Question: (Scheme Programming): Define a function that takes a list of integer numbers and returns the processed version of the list. For processing, only one of
(Scheme Programming):
Define a function that takes a list of integer numbers and returns the processed version of the list. For processing, only one of the ff. should be done to each number in the given list:
If the number is a multiple of 3, replace by T | If the number is a multiple of 5, replace by ICE" If the number is a multiple of both 3 and 5, replace by T-ICE"
If not any of the first three, keep the same number
Note: No other function(s) are allowed to be defined. No let or lamda allowed. No identifiers are allowed to be defined.
The list to be used will be typed in the interactive pane.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
