Skip to content

Commit 74eaeb6

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assignments/3-conditionals-loops.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
20. Total Surface Area Of Cube
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/)
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.
2733

2834
### Intermediate Java Programs
2935
1. Factorial Program In Java

0 commit comments

Comments
 (0)