WAP to calculate the sum of all two digit numbers using while loop in java.
Answers
Answered by
2
Answer:
The above program loops from 1 to the given num (100) and adds all numbers to the variable sum . You can solve this problem using a while ...
Similar questions