Saved Bookmarks
| 1. |
Write the PHP code5,10,15,20,25.........50 using for loop |
|
Answer» Answer: for(i=5;i<=50;i++) its the output for for loop in c,JAVA and c++. |
|