Using VBA program and using excel Write a function which takes as input a planet name and returns a message as follows: If the planet is not on the list then return “Pick another planet”. If the temperature is less than -80 or greater than +80, or the oxygen level is less than 10, or the radiation level is Lethal, return “x is not habitable” where x is the name of the planet. If the temperature is between 0 and 30, the oxygen level is at least 20, and the radiation level is None, return “x is ideal” where x is the name of the planet. Otherwise return “x is habitable, but not ideal” where x is the name of the planet.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question

Using VBA program and using excel

Write a function which takes as input a planet name and returns a message as follows:

  • If the planet is not on the list then return “Pick another planet”.
  • If the temperature is less than -80 or greater than +80, or the oxygen level is less than 10, or the radiation level is Lethal, return “x is not habitable” where x is the name of the planet.
  • If the temperature is between 0 and 30, the oxygen level is at least 20, and the radiation level is None, return “x is ideal” where x is the name of the planet.
  • Otherwise return “x is habitable, but not ideal” where x is the name of the planet.



Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Linked List Representation
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr