Question: using c++ Write code to do the following: As long as there are input from the keyboard buffer, display each item on a separate line
Write code to do the following: As long as there are input from the keyboard buffer, display each item on a separate line in this way: if it is a number, display the enter number. if it is a character, display that character. For example, if the user enters It is 3.24. The output should be 1 5 3.24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
