I need to write a program called calculate that displays the multiples of 5 from 0 to 50 , I need to use a for loop structure, the output should be 0 :Multiple of 512345 Multiple of 567....50
i need to write program multiple of five that are less than 100
i wanted Write a program to display the multiples of 5 from m to n(m<n) in the same line. this program in java
I need to write a program called calculate that displays the multiples of 5 from 0 to 50 , I need to use a for loop structure, the output should be
ReplyDelete0 :Multiple of 5
1
2
3
4
5 Multiple of 5
6
7
....
50
i need to write program multiple of five that are less than 100
ReplyDeletei wanted Write a program to display the multiples of 5 from m to n(m<n) in the same line. this program in java
ReplyDelete