If you execute the following code, what will it display if the user enters 5? 15? 30? −1? int number;cout << "Enter a number: "; cin >> number;if (number > 0){ cout << "Zero ";    if (number > 10)    { cout << "Ten ";        if (number > 20)         { cout << "Twenty ";         }    } }

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 12PE
icon
Related questions
Question

If you execute the following code, what will it display if the user enters 5? 15? 30? −1?

int number;
cout << "Enter a number: "; cin >> number;
if (number > 0)
{ cout << "Zero ";
    if (number > 10)
    { cout << "Ten ";

       if (number > 20)

        { cout << "Twenty ";

        }
    }

}

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Introduction to Coding
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT