InterviewSolution
Saved Bookmarks
| 1. |
______statement indicates that the program is over in QBASIC |
Answer» Answer:
Know More:-Here is the sample forma.t of QBASIC which calculates the sum of the TWO given numbers CLS INPUT A INPUT B SUM=A+B PRINT "SUM=";SUM END Always Remember!! |
|