Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

poke4i

(setq s (read))
(setq e (read))
(setq r (read))
(setq h (read))
(case (read)
(1 (setq m (*(/ e (/ 40 3))(/ (+ (* r 8) h) 9)s))(format t "~f" m))
(2 (setq m (*(/ e (/ 40 3))(/ (+ (* r 5) h) 6)s)) (write (float m)))
(3 (setq m (*(/ e (/ 40 3))(/ (+ (* r 3) h) 4)s))(write (float m))))

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.