Skip to content

Commit 7d0f7d3

Browse files
Update 02-first-java.md
1 parent 7214e08 commit 7d0f7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assignments/02-first-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Write Java programs for the following:
44

55
1. Write a program to print whether a number is even or odd, also take
6-
input.
7-
2. Take name as input and print a greeting message for that name.
6+
input from the user.
7+
2. Take name as input and print a greeting message for that particular name.
88
3. Write a program to input principal, time, and rate (P, T, R) from the user and
99
find Simple Interest.
1010
4. Take in two numbers and an operator (+, -, *, /) and calculate the value.

0 commit comments

Comments
 (0)