Chapter 1: PROGRAM... who gave these geeks the right to make something out of thin air Flashcards
1
Q
Every code starts with?
A
public class ______
{
public static void main(String[] args)
}
2
Q
How to ask?
A
System.out.println(“___”);