Question 1)
#include <iostream.h>
void main (void){
char word [50];
cin >> word;
for (int i=0;word[i]!='ENTERLETTERHERE';i++){
cout << word[i] << " ";
}
}
there should be some letter or maybe a \letter that, when replacing the ENTERLETTERHERE part of this code, works. What I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.