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...
An administrator is backing up a database server. The administrator must select a backup method that does not change the archive bit. Which of the following backup techniques should be used to meet these requirements?
A. Full B. Incremental C. Differential D. Selective
Computer Science & Information Technology
When you hold down the CTRL key while rolling the mouse wheel, text on the screen may become larger or smaller based on the direction you roll the wheel.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology