CSC-CIS-18Aprog1_F231.docx

Riverside Community College

Programming with Java Lab

Course: CSC/CIS 18A Fall 2023

Instructor: John Blyzka Email: [email protected]

Program One

(10 points)

I. Due Sunday, 9/3 at 11:59 pm.

II. Objectives

1. To learn how to implement .java & .class

III. References

1. Chapters 1, 2 in your book.

2. Websites: rccd.instructure.com, Java API’s at docs.oracle.com.

IV. Software Required

1. Java SE JDK

2. Win Zip (any version will do)

3. Some type of editor (Netbeans, Eclipse, Notepad)

V. Assignment

1. Complete Diameters, Circumference, and Area of a Circle exercise 2.28 in the book.

2. Please output the following to the console window and the end of your program.

Thank you for using the DCA of a Circle application.

Time of calculation is <current date and time>

3. “ZIP” the entire program (the__.java file, and the ___.class). Please name the ZIP file program1.zip.

4. Lastly, upload your program1.zip file to Canvas for grading.

VI. Reminder

Include the last instruction to stop the program. Be sure to add the following line:

System.exit(0);

All Classes are to be properly commented with your full name as author. See the ProgrammerDocumentationFile.txt requirements.

VII. Deliverables

1. Electronic: Your zip-file must be submitted to Canvas before the due date and time.

CIS/CSC18A Program 1 1