Computer Studies
Can you write a new program without saving the previous program? Comment.
QBASIC: Conditional Statements
6 Likes
Answer
Yes, we can write a new program without saving the previous program.
When we try to write a new program and select 'New' option from the 'File' menu, QBASIC displays a confirmation message - "Program is not saved. Save it now?" The user has a choice of 'No' in case he doesn't want to save the previous program. If the user clicks on 'No', the previous program is not saved and a new editor is opened for writing the new program.
Answered By
3 Likes