Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the scenorio in which a colleg's percent budget increase is determined by the number of student who graduated the prior year. create a console

Consider the scenorio in which a colleg's percent budget increase is determined by the number of student who graduated the prior year. create a console application that prompts the user for the number of graduated students and old budget for specific college. use the number of graduated students to determine the annual budget percentage increase, then calculate the new budget in dollars. the program must run all of the lited test cases of number of graduated students and new budget in one execution. use an array to store the input values. assume that the maximum number of graduated students is 1500. the number of graduated students must be greater than or equal to zero. if less than zero, reprompt for that number again.

Run your application with the following data

#Students ____________old budget

250__________________$700,000

-300 replace with 501 ____$650,000

1001_________________ $850,000

1501 _________________$1,200,000

251 __________________$1,000,000

make sure it's in c#

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

Recommended Textbook for

Larry Ellison Database Genius Of Oracle

Authors: Craig Peters

1st Edition

0766019748, 978-0766019744

More Books

Students also viewed these Databases questions