Write the output of the following program :
1) Cls b) cls
for p = 1 to 5 for a = 1 to 10 step 2
for q = 1 to p for b = 1 to a
print q * q ; print a ;
next q next b
print print
next p next a
end end
Answers
Answered by
1
Answer:
which language?
Explanation:
Similar questions