Define a function trophic_class(trophic_level_index) which returns the trophic classification (as a str) indicated by the Trophic Level Index value provided.   TLI3 Trophic Classification Interpretation 6 and above Hypertrophic Saturated At least 5 and less than 6 Supertrophic Very high At least 4 and less than 5 Eutrophic High At least 3 and less than 4 Mesotrophic Medium At least 2 and less than 3 Oligotrophic Low At least 1 and less than 2 Microtrophic Very low Less than 1 Ultra-microtrophic Practically pure   Note: This should be done with one or more if statements. Loops are not allowed. For example: Test Result classification = trophic_class(4.5) print(classification) Eutrophic classification = trophic_class(2) print(classification) Oligotrophic classification = trophic_class(0.999) print(classification) Ultra-microtrophic

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 8SA
icon
Related questions
Question
100%

Define a function trophic_class(trophic_level_index) which returns the trophic classification (as a str) indicated by the Trophic Level Index value provided.

 

TLI3 Trophic Classification Interpretation
6 and above Hypertrophic Saturated
At least 5 and less than 6 Supertrophic Very high
At least 4 and less than 5 Eutrophic High
At least 3 and less than 4 Mesotrophic Medium
At least 2 and less than 3 Oligotrophic Low
At least 1 and less than 2 Microtrophic Very low
Less than 1 Ultra-microtrophic Practically pure

 

Note: This should be done with one or more if statements. Loops are not allowed.

For example:

Test Result
classification = trophic_class(4.5) print(classification) Eutrophic
classification = trophic_class(2) print(classification) Oligotrophic
classification = trophic_class(0.999) print(classification) Ultra-microtrophic
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Functions
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage