What is wrong with the following program statement? How can it be fixed?

```
System.out.println ("To be or not to be, that is the
question.");

```

The string to be printed is not all on one line. The problem can be fixed by splitting the long string into two and using the string concatenation operator (+) to reconstruct it, or by using a print statement for part of the string and a println statement for the remainder of the string.

Computer Science & Information Technology

You might also like to view...

The font in a blog post document can be changed from the ________ tab

A) Blog Post B) Insert C) Home D) Page Layout

Computer Science & Information Technology

Port 443 usually refers to the ________ protocol

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology