Question: CHALLENGE mm, I 9.2.4: Working with ranges. Given integervariable numFish is: - less than or equal to 5, output Medium aquarium. - between 5 and

CHALLENGE mm,\" I 9.2.4: Working with ranges. Given integervariable numFish is: - less than or equal to 5, output "Medium aquarium". - between 5 and 16 exclusive, output "Jumbo aquarium". - greater than or equal to 16, output "Too manysh'. End with a newline. Ex: If input is 4, then output is: Medium aquarium 1 #include (iostream) 2 using namepace std; 3 4 int main() { 5 int numFish; 6 ? cin >> numFish; 3 9 /* Your code goeS here */ 13 11 return a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
