How to make character inputs have multiple words | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make character inputs have multiple words

I'm working on a price of code that will write my school essays for me after i give it different inputs. I have been trying to figure out how i can make it output more than one letter or word https://code.sololearn.com/cb2fYFu1Pxa7/?ref=app

3rd Sep 2022, 1:01 PM
Cayden
2 Answers
0
char question[100]; // or string question;
3rd Sep 2022, 1:19 PM
SoloProg
SoloProg - avatar
0
Hint: Spaces are also character, als you make what I did Here. https://code.sololearn.com/cDzC6HtKk9cT/?ref=app
3rd Sep 2022, 1:35 PM
Felix Alcor
Felix Alcor - avatar