New Activity
Play Fill in the Blanks Game
1 . The ____________________ function must appear only once in a program .
2 . The statement sc = new Scanner ( system . in ) ; includes one ____________________ and a one ____________________ ____________________ .
3 . The assignment statements are on lines ____________________ , ____________________ , ____________________ , ____________________ and ____________________ .
4 . Each line of any Java program must end with a ____________________ , which acts as a statement ____________________ .
5 . If you forget to include the correct punctuation , the ____________________ will produce a ____________________ error .
6 . A quantity referred to by a name is known as a ____________________ .
7 . A ____________________ ____________________ must be used to declared variables .