Question: Create an expression that computes whether the first character in STR is h. In this example, the expected result is true. (define STR helloworld) Use
Create an expression that computes whether the first character in STR is "h". In this example, the expected result is true.
(define STR "helloworld")
Use DrRacket language!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
