Lab_Exp_2 (Computing using Different Java Operators)-1
Lab_Exp_2 (Computing using Different Java Operators)-1
CCS0023L
(Object Oriented Programming)
EXERCISE
2
Computing using Different Java Operators
Section:
Professor:
V. EXPERIMENTAL PROCEDURE:
1. The user will input a Philippine amount, then the said amount will be converted to different currencies
namely: US Dollar, Euro, Yuan, Koruna, Krone, Sheqel and Dinar
Sample run:
Enter Philippine peso: 43.33089
import java.util.Scanner;
}
}
2. Assuming total is a variable, how else could you express in code total = total +2?
You can express it as `total += 2`.
Note: The following rubrics/metrics will be used to grade students’ output in the lab
Exercise 2.
Topic OPERATORS
Lab Activity No 2
Lab Activity Computing using Different Java
Operators
CLO 2
Program execution (20)
Correct output (20)
Design of output (10)
Design of logic (20)
Standards (20)
Delivery (10)
TOTAL