InterviewSolution
Saved Bookmarks
| 1. |
Write a program to print the series: 0,2,4,6,8,10 and 12. |
|
Answer» ONG>Answer: CLS PRINT i NEXT i END
|
|