Computer Science Canada sTRING PROGRAM |
Author: | Brainyprogrammer [ Mon Jan 11, 2010 1:48 am ] |
Post subject: | sTRING PROGRAM |
Write a program to output the first and last letters of a word entered by the user. If the word entered is less than two characters, output the error message ?The word entered has only 1 character.? Use a loop in your program to allow the user to run it continuously until they enter the sentinel ?exit?. hELP ME TO DO THIS PROGRAM |
Author: | Zren [ Mon Jan 11, 2010 1:57 am ] |
Post subject: | RE:sTRING PROGRAM |
...What have you done so far? |