+ 1
How do I differentiate different words in a prompt?
Help please 😶
2 ответов
+ 2
what do you mean by different words,words are separated by spacing
+ 2
For instance:
We have a prompt and the user inputs "hello world"
How do I make a two variables which are each a word in the prompt
For example
var a=hello
var b=world