we will write a function to compare the suitability of various alien planets for a space colony. Make up the names of 5 alien planets and enter these in cells B5–B9 of Sheet 1 in your file. For each planet make up in the same row of the sheet a temperature (between -200 and +200) in column C, an oxygen percentage (between 0 and 100) in column D, and a radiation level chosen from “None”, “Low”, “High”, and “Lethal” in column E. 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.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 8PE: Write a program that reads in a line consisting of a students name, Social Security number, user ID,...
icon
Related questions
Question
we will write a function to compare the suitability of various alien planets for a space colony.
Make up the names of 5 alien planets and enter these in cells B5–B9 of Sheet 1 in your file. For each planet make up in the same row of the sheet a temperature (between -200 and +200) in column C, an oxygen percentage (between 0 and 100) in column D, and a radiation level chosen from “None”, “Low”, “High”, and “Lethal” in column E.

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.

Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Function Arguments
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