Skip to content

Commit

Permalink
Update 02-first-java.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajPratap10 authored Jan 29, 2022
1 parent 7214e08 commit 7d0f7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assignments/02-first-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Write Java programs for the following:

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

0 comments on commit 7d0f7d3

Please sign in to comment.