Computer Science, asked by atulrastogi42, 1 month ago

Give the output of the following:

# include<iostream.h>

Void main ()

{

Int i;

for(i=1;i<=10;i++)

{

cout<<10 <<”X”<< i<< ”=”<< i*5 <<endl;
}
}​

Answers

Answered by arpishkundra
0

Answer:

10X1=5

10X2=10

10X3=15

10X4=20

10X5=25

10X6=30

10X7=35

10X8=40

10X9=45

10X10=50

Similar questions