How is it possible for your program to obtain the data you type in from the keyboard? Explain.
What will be an ideal response?
You must include the iostream library. It provides you the cin object and getline function. The cin reads any data (up to the white space) and getline is used to read string (textual) data.
Computer Science & Information Technology
You might also like to view...
The ________ Wizard starts similarly to the Query Wizard in selecting fields for the report
A) Table B) Report C) Form D) Design
Computer Science & Information Technology
You should put a semicolon after the condition in a selection structure.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology