write a program to generate first multiples of number from 1 to the limit input by the user
plz help I need this answer urgently
Answers
Answered by
3
Explanation:
for(a=1;a<=n;a++)
{
m=m*a;
System.out.println (m):
}
Input you can do by yourself.
This is the main process.
Similar questions
Business Studies,
1 month ago
Social Sciences,
1 month ago
Environmental Sciences,
1 month ago
History,
3 months ago
Science,
3 months ago
Math,
9 months ago