Display projected semester tuition amount for the next years

Assignment Help Python Programming
Reference no: EM132357004

Question

PYTHON PROGRAMMING: At one college, the tuition for a full-time student is $8,000 per semester. It has been announced that the tuition will increase by 3 percent each year for the next 5 years.

Write a program with a loop that displays the projected semester tuition amount for the next 5 years. The program should print out the result in the form:

In 1 year, the tuition will be $8002.3.

In 2 years, the tuition will be $8103.2.

In 3 years, ...

In 4 years, ...

In 5 years, ...

(If, for example, the tuition would cost 8002.3 dollars in one year, etc.)

HERE'S WHAT TRIED (wont show indentations here):

Semester_Fee = 8000.0

for x in range(1, 6):

Semester_Fee = Semester_Fee + (Semester_Fee *(3/(100*1.0)))

print("In",x,"year, the tuition will be" ,'

, Semester_Fee, end='.n')

Reference no: EM132357004

Questions Cloud

Summarize the concept of fairness as it relates to decisions : Summarize the concept of fairness as it relates to decisions. Describe how the company could improve its image regarding fairness and ethics in decision-making
Write the statement needed to find out how many prime number : Assume a variable n has been associated with positive integer. Write the statements needed to find out how many prime numbers.
Best strategys on staying on top of everything : When managing and running your business what are the best strategy's on staying on top of everything?
Compute the break-even point in sales dollars : A contribution margin as a percentage of sales revenue of 30% and fixed costs of $240,000. Based on this information, the break-even point in sales dollars was
Display projected semester tuition amount for the next years : Write a program with a loop that displays the projected semester tuition amount for the next 5 years. The program should print out the result in the form.
Implications impacting the agency current employment trend : Analyze and describe the implications impacting the agency's current employment trend, growth, and delivery of its products and services.
Write a program that lets the user enter nonnegative integer : Write a program that lets the user enter a nonnegative integer and then uses a loop to calculate the factorial of that number.
Produce a project plan for a suitable project : SHR039-6 - Operations and Project Management - University of Bedfordshire Business School - produce a project plan for a suitable project for your work-place
Cognitive effects of risperidone in children with autism : Cognitive Effects of Risperidone in Children with Autism and Irritable Behavior. Evaluate article and critique the statistical analysis employed in the study.

Reviews

Write a Review

Python Programming Questions & Answers

  Develop a small game called tryyourluck

Develop a small game called TryYourLuck. It selects a random integer number between 1 and 9 and compares this number with the integer number.

  Interaction between the customer and the machine

In Python:Simulate a cash register or ATM including the interaction between the customer and the machine (i.e. assume that you are automating the responses)

  How many cents for each paper

Using Tkinter for cents Program, find the How many cents for each Paper

  Write a program that obtains integer numbers from user

Emphasize standard approaches that verify you have successfully mastered the concepts of structured design - selects a menu item, program should perform calculation, display the result to the user, and return to the main menu.

  Write a program that displays 10 random balls in a rectangle

Write a program that displays 10 random balls in a rectangle with width 120 and height 100, centered at (0,0).

  Validate that the balance entered is a non-negative number

Write a Python program that asks the user to enter the initial balance. Validate that the balance entered is a non-negative number.

  Implement key exchange using the diffie-hellman algorithm

Implement key exchange using the Diffie-Hellman algorithm, when peer-to-peer connections are made between bots. Achieve con dentiality through encryption of the client-server communications with an appropriate block or stream cipher

  Extending caesar cypher into a full-fledged password saver

Extending the Caesar cypher into a full-fledged password saver - highly recommend you revert back to the original source code

  Write a class called darts

One way to estimate the value of p is to simulate a darts game. The darts player throws at a circular board with a radius of 1 foot.

  Calculate and display the energy charge

The energy company uses different rates for residential and business customers. Residential customers pay $0.12 per kWh for the first 500 kWh.

  How education records are protected

Discuss the similarities and the differences in how education records are protected compared to how health information records are protected.

  Take a set of six grades from a user and average them

First, take a set of 6 grades from a user and average them. Provide the average to the user. You need to check to make sure the grades are within normal range.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd