Multiple choice Which of the following assignment statements is correct? 40 LET B+C = 5 30 Let HH = M+2 127600 let M = C+X 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.