Press ____ to test a movie and note problems that need to be fixed.

a. ENTER
b. CTRL+ENTER
c. ALT+ENTER
d. ALT+F4

b. CTRL+ENTER

Computer Science & Information Technology

You might also like to view...

Which of the following lines correctly reads a value from the keyboard and stores it in the variable named myFloat?

a. cin > > myFloat; b. cin << myFloat; c. cin >> "myFloat"; d. cin >> myFloat >> endl;

Computer Science & Information Technology

What is the output of the following code?

cout << "This is a \\" << endl; a. This is a b. This is a \ c. nothing, it is a syntax error d. This is a \ endl

Computer Science & Information Technology