Answer the following statements true (T) or false (F)

1. C++ is a case-sensitive language.
2. A variable of the char data type can hold a set of characters like "January".
3. The following two C++ statements perform the same operation.
wages = regPay + overTime;
regPay + overTime = wages;

4. If number is an int variable, both of the following statements will print out its value:
cout << number;
cout << "number";

5. The following two statements could be used interchangeably in a C++ program.
// Program Payroll
/* Program Payroll */


1. TRUE
2. FALSE
3. FALSE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

In the accompanying figure of a Microsoft Access 2016 navigation bar, which of the following is Box 1 pointing to?? ?

A. ?Blank record button B. ?New record button C. ?Next record button D. ?Last record button

Computer Science & Information Technology

To edit an existing relationship, a user will need to right-click on the ________ line

A) destination B) link C) connection D) join

Computer Science & Information Technology

The most basic effect of lighting is________________?

Fill in the blank(s) with correct word

Computer Science & Information Technology

IEEE 802.11i authentication and key management is accomplished by the IEEE ____ standard.

A. 802.1a B. 802.1g C. 802.1x D. 802.1z

Computer Science & Information Technology