input a number and print its first 5 multiples.
Answers
Answered by
2
Answer:
I had to input 10
Explanation:
and the first five multiple is
10,20,30,40,50
Answered by
1
class pro
{
public static void main(int num)
{
int a,b,c,d,e;
a=num*1;
b=num*2;
c=num*3;
d=num*4;
e=num*5;
}
}
Put your number in the dialogue box and you will get your respective output.
Actually I just need one brainliest to reach virtuoso so please mark me as the brainliest.
Happy learning:D :D :D :D
{
public static void main(int num)
{
int a,b,c,d,e;
a=num*1;
b=num*2;
c=num*3;
d=num*4;
e=num*5;
}
}
Put your number in the dialogue box and you will get your respective output.
Actually I just need one brainliest to reach virtuoso so please mark me as the brainliest.
Happy learning:D :D :D :D
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
Chemistry,
6 months ago
History,
6 months ago
Hindi,
10 months ago
Social Sciences,
10 months ago