Answer:
lines 2,3 and 5 ( c )
Explanation:
The lines that immediately flush the output buffer are : System.out.print("Two for the show\n"); . System.out.println("Three to get ready"); and System.out.flush();
making use of the new line character or printIn() statement the buffered output gets flushed therefore making autoflush true
but System.out.print() doesn't use any flush technique so we need to flush the buffered output done by the print() statement hence we choose lines 2,3,5
Answer:
True.
Explanation:
If the input message is omitted when creating a data validation rule for a cell, no message will appear when the user selects the cell. Data validation rules are used to define the type of data that can be entered into a cell, and the input message is an optional feature that allows you to provide a custom message to the user when they select the cell. If the input message is not specified, no message will be displayed when the user selects the cell.
Yes :) I totally agree with the person above me ^