Computer Science, asked by simran7890, 1 year ago

anyone explain this program!!!!!​

Attachments:

THAMILANDA: hi

Answers

Answered by Anonymous
3

Here n is no entered

Now for loop

Here i= 1 , i<= 10 , i++

m= i× n

then print m

Suppose u entered n as 5

So output will be

5 ( 1× 5)

10( 2× 5)

15( 3× 5)

20 ( 4× 5)

25( 5× 5)

30( 6× 5)

35(7× 5)

40(8× 5)

45(9× 5)

50( 10× 5)

because i <= 10

so it will take value 1,2.....10


simran7890: thanx
PRITESHKUMAR: hii
Answered by Anonymous
1

Answer:

hi .......................Xd

Similar questions