Question: pset-01-starter.rkt DrRacket File Edit View Language Ragket Insert Iabs Help pset-01-starter.rkr Syntaxe. StepH Run (define ) (pretty-rect 20 30 purple) (@problem 4) Design a function

pset-01-starter.rkt DrRacket File Edit View Language Ragket Insert Iabs Help pset-01-starter.rkr Syntaxe. StepH Run (define ) (pretty-rect 20 30 "purple") (@problem 4) Design a function called order that consumes two integers and produces a message saying what order they come in. For example: (order 5 3) should produce "3 then 5" (order 2 6) should produce "2 then 6" You will want to use the number->string primitive. Your design must follow all applicable recipes,and must include all appropriate etags. Solutions which "just work" but do not follow the design recipes will receive few if any marks :(@htdf order) Uncomment this line when you start the problem. pset-01-starter.rkt DrRacket File Edit View Language Ragket Insert Iabs Help pset-01-starter.rkr Syntaxe. StepH Run (define ) (pretty-rect 20 30 "purple") (@problem 4) Design a function called order that consumes two integers and produces a message saying what order they come in. For example: (order 5 3) should produce "3 then 5" (order 2 6) should produce "2 then 6" You will want to use the number->string primitive. Your design must follow all applicable recipes,and must include all appropriate etags. Solutions which "just work" but do not follow the design recipes will receive few if any marks :(@htdf order) Uncomment this line when you start the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
