Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Map/Filter/Apply using Scheme language, Write a function named formatDate that takes in a list of 3 element lists, and using the map function, returns a

Map/Filter/Apply using Scheme language,

Write a function named formatDate that takes in a list of 3 element lists, and using the map function, returns a list of strings, representing each date in the format "MONTH/DAY/YEAR"

In addition, the dates provided in the three element list will be using the month names, which you must convert to numbers.

Here is an example:

image text in transcribed

> (formatDate CC"January" 1 2017) "Ocotober" 31 1990) C"July" 4 1776))) ("1/1/2017" "10/31/1990" "7/4/1776")

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions

Question

List some differences between R and Python.

Answered: 1 week ago

Question

How can we visually describe our goals?

Answered: 1 week ago

Question

What metaphors might describe how we work together?

Answered: 1 week ago

Question

What are some of the possible scenes from our future?

Answered: 1 week ago