Rearrange the following code so that it forms a correct program that prints out the letter Q:
LANGUAGE: JAVA
CHALLENGE:
Rearrange the following code so that it forms a correct program that prints out the letter Q:
SOLUTION:
public class Q { public static void main(String[] a) { System.out.println("Q"); } }