Which of the following is incorrect?

a. 1_2
b. 0.4_56
c. 1_200_229
d. _4544

d. _4544
You can use the digit separator _ for intergers or floating point numbers. The separator must be placed between the digits.

Computer Science & Information Technology

You might also like to view...

When a recursive call to a method occurs, the compiler’s implementation must remember all of the following information EXCEPT ______.

a) values of parameters b) values of local variables c) values of global variables d) a reference to the point from which the recursive call was made

Computer Science & Information Technology

Which of the following stream manipulators causes an outputted number’s sign to be left justified, its magnitude to be right justified and the center space to be filled with fill characters?

a. left b. right c. internal d. showpos

Computer Science & Information Technology