| QUOTE (lord aLzzz @ Mar 10 2008, 09:52 PM) | mga IT po dyan..patulong naman po....paano po gagawin ko sa c++
ang problem is.. mag input ang user ng name tapos lalabas kung ilang letters ung nasa name.. for example...alfred ang lalabas is 6.... help po please |
super late na ata if im gonna answer your question hahaha, so anyways
*your input should be stored in a string then use strlen function, or kung ayaw ng prof mo na gumamit kayo ng strlen then use looping statements to count the letters in the string, store in a variable, then output, thats it... :)
|