Question: C++ Write a program that asks the user to input their credit score (a number between 300 and 800). The output should say how their
C++
Write a program that asks the user to input their credit score (a number between 300 and 800). The output should say how their credit is: above 760 excellent, 680-759 very good 600-679 average 520-599 not very good below 520 is bad. Problem 5: Use a while loop to add 20 integers starting at 25: i.e. 25+26+27+ The output should read the sum of all the integers from a to b is _____ (Where a = 25 ). You need to figure out what b is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
