
-----------------------------------
Brainyprogrammer
Thu Jan 14, 2010 1:28 am

Help me with this program please.
-----------------------------------
Hie! guyzz I dunno whether I POSTED IT ON THE RIGHT FORUM R NOT? kINDLY help me to this one.well,
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

-----------------------------------
Turing_Gamer
Thu Jan 14, 2010 8:24 am

Re: Help me with this program please.
-----------------------------------
Ya try and post it on the help forum.
BTW, we can't make the program for you but we can guide you.

As for helping you, I don't know every command so it is out of my hands. Counting letters in a word is hard.
Error message is easy
var lettercount : int
var word : string

loop
    get word
    %Some program to count letters
    if lettercount 