User Profile
Collapse
-
can i ask what is the syntax for strlen( )?? when i declare it as char *word how do i use it in cin>>?? -
well my teacher told me also to be that way the proper programmers would beLeave a comment:
-
I haven't try writing an algorithms first before coding in my experience i use to code first before making algorithm and psuedocode.Leave a comment:
-
I just made this algorithm
1. input a character string call it word
2. set the first character of string as index 0,
3. set the second character as index 1
and third is index 2 and so on until the last character of the string call it index n.
4. then display the character string from index n until index 0
I think we should use for loop for this code which is impossible for me to code without...Leave a comment:
-
-
so far this is my code... can you help me??
cout<<"enter word: ";
cin>>word;
cout<<word;Leave a comment:
-
ok am sorry for i didn't read your GUIDELINES yet. can i ask one more question?? if you don't mind what syntax or functions can i use for reversing inputed data? i hope you do can help me.Leave a comment:
-
Reversing String Data
The Program Should Output A Reverse Of The Inputed Data..
Ex.
When I Enter Garlic, The Program Should The Output cilrag
Thank You Very Much...Leave a comment:
-
-
Reversing String Data
how to make a program that will reverse the inputed data in output??? ex. the inputed data is blue the output should be eulb
No activity results to display
Show More
Leave a comment: