Problem 1 (10 points) Write a complete program that asks the user to enter an integer n. If the value of n is greater than or equal to 10 and less than or equal to 99 the program should print a line...


C++


Problem 1<br>(10 points) Write a complete program that asks the user to enter an integer n. If the value of n is<br>greater than or equal to 10 and less than or equal to 99 the program should print a line of n stars. Otherwise it<br>should say Hello.<br>Here is a sample to show how the program runs.<br>Enter the value of n:<br>17<br>*****************<br>

Extracted text: Problem 1 (10 points) Write a complete program that asks the user to enter an integer n. If the value of n is greater than or equal to 10 and less than or equal to 99 the program should print a line of n stars. Otherwise it should say Hello. Here is a sample to show how the program runs. Enter the value of n: 17 *****************

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here