Week 02 - 10PRINT


1) Platform studies is referring to the study of different computer systems. 

2) The number 10 refers to the line number. Most line numbers in BASIC started at 10 and went up in increments of 10 so programmers could insert more lines between each line number. This means that this line is being invoked at the very start of this program.

3) The number 1 in RND refers to the range which RND will produce a random number, between 0 and 1.

Comments

Log in with itch.io to leave a comment.

👍