Computer Science, asked by shivamsonal2006, 3 months ago

Write steps to save a new file using QB64

Answers

Answered by chiru3674
0

Explanation:

Sequential file INPUT in QBasic is just like reading data from the keyboard, except that all the data exists in a file before the program is run. Save the file using the menu system, much like you save a program file: hit ALT+F, and then S, then in the file dialog box enter a file name. Use DATA. DAT.

MARK ME AS BRAINLEST

Answered by pandeynikhil4208
0

Answer

Procedure

Step 1 :- you must completed with you input.

step2 :- on top left you will see a "file" option.

Step 3:- Click on the file.

step 4:- Now you will have two options regarding save;they are "save". and "save as".

step 5:- click on save as so that you can rename your file.

step6:- A dialog box will appear and you will have right below the option to rename.

step7:- "rename it; and your file will appear in the download section.

Happy leaning

Mark me as brainliest

Similar questions