Computer Science, asked by Muski2758, 9 months ago

Write the PHP code5,10,15,20,25.........50 using for loop

Answers

Answered by yogavamsi1999
1

Answer:

for(i=5;i<=50;i++)

its the output for for loop in c,java and c++.

Similar questions