Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write an if-else statement to output Greater than or equal to 90 if the value of userNum is greater than or equal to 90. Otherwise,

Write an if-else statement to output "Greater than or equal to 90" if the value of userNum is greater than or equal to 90. Otherwise, output "Less than 90". End with a newline.

#include using namespace std;

int main() { int userNum; cin >> userNum; /* Your code goes here */

return 0; }

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

9. Explain how switched backbones work.

Answered: 1 week ago

Question

5. Describe the relationship between history and identity.

Answered: 1 week ago