SIMPLE BASIC PROGRAM
SIMPLE BASIC PROGRAM Example 1: A BASIC program has the following Line number(s) (b) Remark (REM) (c) Assignment (LET, INPUT, DATA) (d) Output statement (PRINT, WRITE) (e) Terminators (END, STOP)… Read More »SIMPLE BASIC PROGRAM
SIMPLE BASIC PROGRAM Example 1: A BASIC program has the following Line number(s) (b) Remark (REM) (c) Assignment (LET, INPUT, DATA) (d) Output statement (PRINT, WRITE) (e) Terminators (END, STOP)… Read More »SIMPLE BASIC PROGRAM
PROGRAMMING LANGUAGE Program: A program is a set of instructions that the computer needs to execute a task or series of tasks. Programming Language: This is a computer language that… Read More »Programming Language