Skip to content

Commit

Permalink
Update 3-conditionals-loops.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GowthamPB authored Aug 27, 2021
1 parent 57f1cd6 commit 74eaeb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assignments/3-conditionals-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
20. Total Surface Area Of Cube
21. Fibonacci Series In Java Programs
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/)
23. Input a number and print all the factors of that number (use loops).
24. Input currency in rupee and output in dollar.
25. Take integer inputs till the user enters 0 and print the sum of all numbers
(HINT: while loop)
26. Take integer inputs till the user enters 0 and print the largest number from
all.

### Intermediate Java Programs
1. Factorial Program In Java
Expand Down

0 comments on commit 74eaeb6

Please sign in to comment.