We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f1cd6 commit 74eaeb6Copy full SHA for 74eaeb6
assignments/3-conditionals-loops.md
@@ -24,6 +24,12 @@
24
20. Total Surface Area Of Cube
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
30
+(HINT: while loop)
31
+26. Take integer inputs till the user enters 0 and print the largest number from
32
+all.
33
34
### Intermediate Java Programs
35
1. Factorial Program In Java
0 commit comments