Question: I wrote this code but whatever i do it always gives the define: expected at least one variable after the function name, but found none
I wrote this code but whatever i do it always gives the define: expected at least one variable after the function name, but found none error, I am using Beginner Student language.
(define (menu-scene) (display "Welcome to the Color Shape Number Game!") (newline) (display "1. Start Game") (newline) (display "2. Instructions") (newline) (display "3. Exit") (newline))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
