Given the following Java program, what will be output to the screen? Be sure to
line everything up properly. Use an underscore to represent a blank and the
words blank line to represent a blank line:
class OutputTest {
public static void main (String[] args) {
System.out.println("alpha ");
System.out.println();
System.out.print(" beta");
System.out.println(" gamma");
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here