You are on page 1of 1

Written Quiz#2

Write in your notebook a Java program that will compute for the difference of two
integers. 

Expected Output :

The first integer is: ___

The second integer is: ___

The difference is: ___

Submit your answer in the Google Classroom. Please make sure you named
your files properly before submitting it.

Rubrics for the First Java Program

Program (20 pts) (Excellent) (Good) (Fair) (Poor)


Program Program executes  Program Program Program does
execution correctly with no executes with executes with 2 not execute (0-1)
syntax or runtime one error or more errors
errors (9-10) (easily fixed
error) (2-3)
Correct output Program displays Output has minor Output has Output is
correct output errors (6-8) multiple errors incorrect (0-2)
with no errors (9- (3-5)
10)

You might also like