Back to Browse

QBasic Tutorial 6 - User Input - QB64

92.9K views
Aug 3, 2011
3:47

http://www.SchoolFreeware.com The last four tutorials dealt with hard coding information into the program. This tutorial will cover getting user input. The command to receive user input is named INPUT. INPUT will prompt the user to input data and then place the inputted data into a variable. INPUT's string and the variable must be separated by either a comma or a semicolon. The semicolon will print a question mark at the end of the text. (Years ago it was customary for the computer to get information, in the form of a question, from the user. Today, that is not the norm).

Download

1 formats

Video Formats

360pmp45.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

QBasic Tutorial 6 - User Input - QB64 | NatokHD