If you want to use QBasic on modern computers I recommend QB64, it's 99% compatible right now with QB 4.5 and has many additions that doesn't break compatibility and brings QB to this century! Try it, you won't be dissapointed, it's free and source is provided.
What are you using at the end of the INPUT statement? Are you using a comma or semi-colon. IF you use a semicolon then it adds the question mark. So try doing INPUT "What is your name"; N$ and it will ask What is your name?
nerds, lol im just kidding
MrMegaomggggg 2 weeks ago
@MrMegaomggggg It ain't no nerd thing. It's actually pretty amazing when you made your first program.. =)
ThePhilippineLyric 1 week ago
@ThePhilippineLyric i totally agree with u ^v^
MrMegaomggggg 5 days ago
badass
decus69 10 months ago
Wow, this is amazing.
FootLoose4ver 1 year ago
If you want to use QBasic on modern computers I recommend QB64, it's 99% compatible right now with QB 4.5 and has many additions that doesn't break compatibility and brings QB to this century! Try it, you won't be dissapointed, it's free and source is provided.
cyperium 1 year ago
What version of Qbasic is this?
H3LLJUMP3R138 1 year ago
What should I save this files as (.bat/.bas/.etc) in order to run them? Or so I could run them with an emulator like Dosbox?
Elround4 3 years ago
QBasic (QuickBasic) = .bas ;D
ckpf8 2 years ago
y dont u use the LET command for those kinds of commands
RealMagician 3 years ago
What are you using at the end of the INPUT statement? Are you using a comma or semi-colon. IF you use a semicolon then it adds the question mark. So try doing INPUT "What is your name"; N$ and it will ask What is your name?
DevilzXspy 3 years ago
Why doesn't it put that damn question marks when you use INPUT?
Herbarius 3 years ago
because that guy doesnt know what he's doing
try this
INPUT "", blahvariable
or if you want the user to be able to enter commas as well use LINE INPUT
try
LINE INPUT "LOL gimme ur name: ", name$
PRINT "hello, " + name$
this guys a noob though. check out my quickbasic VNC client video :U
kingcrimson234 3 years ago