File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 25
25
21 . Fibonacci Series In Java Programs
26
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
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
28
+ 24 . Take integer inputs till the user enters 0 and print the sum of all numbers
30
29
(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
32
31
all.
33
32
34
33
### Intermediate Java Programs
You can’t perform that action at this time.
0 commit comments