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;

a. cin > > myFloat;

Computer Science & Information Technology

You might also like to view...

________ is a file type that preserves most formatting attributes of a source document regardless of the software in which the document was created

Fill in the blank(s) with correct word

Computer Science & Information Technology

Using the high water mark rule, how would an information system with two low impact category security objectives and one high impact security objective be classified?

A. Low impact B. Moderate impact C. High impact D. Medium impact

Computer Science & Information Technology