In my programming class we have just received our final project. We have to make it up... I am extremely bad at generating ideas and I need help. I asked my dad and he told me he has the same problem with ideas, so i turn to the friendly people on the internet for help. There's a bit of a criteria first though:
-Must use Microsoft QuickBASIC 4.5
-Can use graphics screens but prefer not to
-We know loops
-we know input, read, and >Update:
I know QB sucks.... Next semester I'm taking computer programming II where we'll learn something a little more recent. Thanks for the ideas, i'm going to leave the question open until january 3rd
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
QuickBASIC? Ewww... GOTO... ewww...
How about making a GPA calculator?
To begin with:
1) Forget data and read statements (or that whole philosophy). No language does it that way these days. You read data from an external file, or from the registry.
2) Goto should ONLY be used in an error trap, in languages that don't have the Try-Catch error method. NEVER use Goto as a logic statement. (I fire people for less.)
How about a little phone book/address book type program? Write the entries to an external file and read them from the file.
Basic...wow...
Why not make a little ATM machine, you can have deposits and withdrawals read from a file. And make some graphic thing for the ATM Menu...