Computer Science, asked by anweshaaa, 6 months ago

input a number and print its first 5 multiples.​

Answers

Answered by pratyush9675
2

Answer:

I had to input 10

Explanation:

and the first five multiple is

10,20,30,40,50

Answered by mayureshbelamakar190
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

Similar questions