We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74eaeb6 commit dd45631Copy full SHA for dd45631
1 file changed
assignments/3-conditionals-loops.md
@@ -25,10 +25,9 @@
25
21. Fibonacci Series In Java Programs
26
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/)
27
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
+24. Take integer inputs till the user enters 0 and print the sum of all numbers
30
(HINT: while loop)
31
-26. Take integer inputs till the user enters 0 and print the largest number from
+25. Take integer inputs till the user enters 0 and print the largest number from
32
all.
33
34
### Intermediate Java Programs
0 commit comments