Menu

Scheme Please S Enough Information Even Example Part U Mean Information Scheme R5rs S Writ Q43907120

in scheme please

c. [2 marks] Define a procedure called sci-coefficient that takes a number as argument and returns the coeffiecient that shou

there’s enough information even an example in thosepart what do u mean more information?

In scheme, R5RSit’s written on top

Dr racket scheme R5RS

everything is written

c. [2 marks] Define a procedure called sci-coefficient that takes a number as argument and returns the coeffiecient that should be used to display that number in scientific notation. E.g. (sci-coefficient 1.234) ► 1.234 E.g. (sci-coefficient 12345) + 1.2345 E.g. (sci-coefficient 0.001234) → 1.234 d. [3 marks] Define a procedure called sci-num that takes no arguments. This procedure should first prompt the user to enter a number, and then return a string representing that number in scientific notation. E.g. (sci-num) – Enter a number: 12345 – “1.2345×10^4” E.g. (sci-num) – Enter a number: 1.234 – “1.234×10^0” E.g. (sci-num) – Enter a number: 0.001234 – “1.234×10^-3” Show transcribed image text c. [2 marks] Define a procedure called sci-coefficient that takes a number as argument and returns the coeffiecient that should be used to display that number in scientific notation. E.g. (sci-coefficient 1.234) ► 1.234 E.g. (sci-coefficient 12345) + 1.2345 E.g. (sci-coefficient 0.001234) → 1.234 d. [3 marks] Define a procedure called sci-num that takes no arguments. This procedure should first prompt the user to enter a number, and then return a string representing that number in scientific notation. E.g. (sci-num) – Enter a number: 12345 – “1.2345×10^4” E.g. (sci-num) – Enter a number: 1.234 – “1.234×10^0” E.g. (sci-num) – Enter a number: 0.001234 – “1.234×10^-3”

Expert Answer


Answer to in scheme please there’s enough information even an example in those part what do u mean more information? In scheme, R5…

OR