Skip to content

Commit dd45631

Browse files
authored
Update 3-conditionals-loops.md
1 parent 74eaeb6 commit dd45631

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assignments/3-conditionals-loops.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
21. Fibonacci Series In Java Programs
2626
22. [Subtract the Product and Sum of Digits of an Integer](https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/)
2727
23. Input a number and print all the factors of that number (use loops).
28-
24. Input currency in rupee and output in dollar.
29-
25. Take integer inputs till the user enters 0 and print the sum of all numbers
28+
24. Take integer inputs till the user enters 0 and print the sum of all numbers
3029
(HINT: while loop)
31-
26. Take integer inputs till the user enters 0 and print the largest number from
30+
25. Take integer inputs till the user enters 0 and print the largest number from
3231
all.
3332

3433
### Intermediate Java Programs

0 commit comments

Comments
 (0)