Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

For problem 4, part e (the main method), does the the second user input (the one that consists of two strings separated by a space) need to be read as two separate words, or can we read in the whole line and then extract the two words?

0
Posted

For problem 4, part e (the main method), does the the second user input (the one that consists of two strings separated by a space) need to be read as two separate words, or can we read in the whole line and then extract the two words?

0

It should be read as two separate words — i.e., using two separate

Experts123