Computer Science, asked by rameshkatiyar503, 8 months ago

write the steps to save a qbasic program​

Answers

Answered by warriordefenderz
1

Answer:

For starters: If you were more forthcoming about what approach you tried and the result you got, I might be inclined to make a serious effort to help you, as opposed to doing your homework for you.

Moreover, the image in your explanation says nothing about QBasic. In fact, it advises you to use writeln which is not in QBasic.

In any event, I’d suggest you start by preparing, in ordinary English, how you might instruct your 6-year-old sibling to solve the problem. Try to express it in terms of

Do abc over and over until xxx happens.

Such a package of instructions is called an algorithm, and that’s the meat of programming. With that done, express the algorithm in the language of your choice.

Easy-peasy.

Similar questions