Question: ****PLEASE USE THE SCHEME/RACKET LANGUAGE. USE ONLY THE SCHEME/RACKET LANGUAGE***** Define a SCHEME function, named make-book, which takes two string parameters (author and title) and
****PLEASE USE THE SCHEME/RACKET LANGUAGE. USE ONLY THE SCHEME/RACKET LANGUAGE*****
Define a SCHEME function, named make-book, which takes two string parameters (author and title) and implements an object that represents a book. It should expose the following functions:
get-author - which returns a string representing the authors name
get-title - which returns a string representing the title of the book
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
