Multiple choice

Which of the following assignment statements is correct?

  1. 40 LET B+C = 5

  2. 30 Let HH = M+2

  3. 127600 let M = C+X

  4. 55 LET N = N+1

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In BASIC programming syntax, an assignment statement follows the format 'LineNumber LET Variable = Expression'. Option D correctly follows this structure.