Download presentation
Presentation is loading. Please wait.
Published byFranklin Damian Bradley Modified over 9 years ago
1
Java Programming Daily review / 1 PT. each
2
September 28/29: Lesson 1 - a 1. Create the “skeleton” of a program Public class Tester { Public static void main(string voids[]) { } { 2. Write a line of code that will cause the word Hello to be printed. System.out.println(“Hello”); 3. Define the following words: A. Rem:comment or remark B. skeleton:beginning format that must be typed to begin coding C. code: piece of text in Java
3
September 30/October 1: Lesson 1 - b 1. Consider the following code: System.out.print(“Fire”); System.out.println(“Ants”); What does the above print? Fire Ants 2. What is the syntax for indicating that line of text is not Java code; rather it is a rem? // dkdkdkdkdk 3. How do you create a block rem? /* fjfjfjfjfjfjfj */ 4. Define the following words: A. Compile: B.B. Container: C.C. Java: one of the many programming languages
4
Oct. 2/5: Lesson 1 - c 1.Supply code in the place of the below, that will produce the following printout: From: your name Address: Baldwin Middle Senior High School To: Margaret Winter Message: I love java programming!
5
October 6/7: Lesson 2-a
6
October 8/9: Lesson 2-b
Similar presentations
© 2025 SlidePlayer.com Inc.
All rights reserved.