Ok, this is going to sound dumb, but hear me out.
My math teacher gave me a stack of papers with assignments on them. The assignments describe a computer print-out that I need to get the computer to display. The rules: I have to get these print-outs to display with a custom written program, and the programs must be written in BASIC.
My question: What do I save a BASIC source code as? In C++ its .cpp, in C its .c, in VB its .vbs, so what do I save BASIC files as? And what kind of compiler do I need?
My math teacher gave me a stack of papers with assignments on them. The assignments describe a computer print-out that I need to get the computer to display. The rules: I have to get these print-outs to display with a custom written program, and the programs must be written in BASIC.
My question: What do I save a BASIC source code as? In C++ its .cpp, in C its .c, in VB its .vbs, so what do I save BASIC files as? And what kind of compiler do I need?
Comment