Skip to content

Commit 57f1cd6

Browse files
authored
Update 2-first-java.md
1 parent 288b6d9 commit 57f1cd6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

assignments/2-first-java.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@ find Simple Interest.
1010
4. Take in two numbers and an operator (+, -, *, /) and calculate the value.
1111
(Use if conditions)
1212
5. Take 2 numbers as input and print the largest number.
13-
6. Input a number and print all the factors of that number (use loops).
14-
7. Input currency in rupee and output in dollar.
15-
8. Take integer inputs till the user enters 0 and print the sum of all numbers
16-
(HINT: while loop)
17-
9. Take integer inputs till the user enters 0 and print the largest number from
18-
all.
13+
6. Input currency in rupee and output in dollar.
14+

0 commit comments

Comments
 (0)