Learning Basic Programming: Lesson 3
Uploader Comments (jaywalker512)
All Comments (102)
-
What can you Create with this program?
-
how can you make the do loop = more then one integer or string. ive tried to figue it out but cant seem to get it. its always an error any help.
-
in a bit of a jam, can you help me set up a program for school. Create a BASIC program that captures customer information for Aardvark Pest Control. and recalls a file from an c drive or thumb drive and puts in it the code, writings.
This information is stored to a sequential access file. You will capture the following information and write it to a file.
Name
Address
City
State
Zip
Pest type
In your program open the file as append so it keeps the previous information in the file.
-
@jaywalker512 can you use GUI in freebasic
-
Thanks! I've put a password on my calculator!
-
man you are awesome but at lesson 2 i had some problems which you dident but i figured it out :I
-
@milkymilkway well declare the variables as something, that helped alot...
-
ah i cant understand this one
-
Is it possible to create a program that will run through all combinations of in a defined length without having to type them all out in the programing?
-
yeah, learning the basics was extreamly easy watching your vids
thanks :)
anyone know what the point of an array is? they just seem harder and less usefull than the other loop
MsKittyMasta 1 year ago
@MsKittyMasta Arrays are probably the most useful things in programming. Makes operating on large amounts of data super easy. Both types of loops can be used to do the same things.
jaywalker512 1 year ago
Do you know any BASIC programs for Mac OS X 10.6?
PandaTaco5 1 year ago
@PandaTaco5 FreeBasic (current version) is crossplatform, and can run on Win/Mac/*nix.
jaywalker512 1 year ago