What will the following BASIC statement produce? PRINT “Afrikom Computer School” A .
The correct answer is: C
Explanation
The BASIC statement 'PRINT "Afrikom Computer School"' will output the text 'Afrikom Computer School' to the screen. The PRINT command in BASIC is used to output or display text or variables on the screen.