C++ Programming Fundamentals (Cyberrookies)
-
How do you cause the cursor to move to the next line when performing screen output?
-
What does the escape key \b do?
-
How would you direct input from the keyboard to a variable called amountentered?
-
To use cin, you must import what file?
-
Is this statement/expression correct?
cout>> “Hello World”;
-
What does the escape key \t do?
-
How would you output a literal text such as “The answer is” and the variable that holds the answer (let’s call it answer) on the same line?
-
How would you create a new line if you were writing code in C instead of C++?
-
How would you put literal quotes in your output?
-
What is the purpose of the setf function?
Категории