Computer Science, asked by haryash, 16 days ago

write use of SAVE AS command in Q basic​

Answers

Answered by mk5388in
1

Explanation:

bbffgjkfffhjbvgh bhbv

Answered by ragini2828
0

Answer:

To save a name into a file, you will need to use the WRITE statement.

Eg:

OPEN "Name.txt" FOR OUTPUT AS #1 INPUT"Enter a name";a$ WRITE #1,a$ CLOSE #1 END

Hope it helps u

Similar questions