In QB64/QBasic, the PSET command is used to display pixels on the screen. This command is effective only after you have given the SCREEN command.
So the correct answer is:
C. SCREEN
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Verified answer
In QB64/QBasic, the PSET command is used to display pixels on the screen. This command is effective only after you have given the SCREEN command.
So the correct answer is:
C. SCREEN