Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть 2.14. (Part 1) Compound Interest - Python

  • Kakra Detome
  • 2021-01-21
  • 3074
2.14. (Part 1) Compound Interest - Python
Compound InterestPythonprogramming challengescodingprogramminganswerssolutionsstarting out with pythontony gaddischapter 2
  • ok logo

Скачать 2.14. (Part 1) Compound Interest - Python бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно 2.14. (Part 1) Compound Interest - Python или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку 2.14. (Part 1) Compound Interest - Python бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео 2.14. (Part 1) Compound Interest - Python

Starting out with Python, Fourth Edition, Tony Gaddis

Chapter 2
Programming Challenges

14. Compound Interest

When a bank account pays compound interest, it pays interest not only on the principal amount that was deposited into the account, but also on the interest that has accumulated over time. Suppose you want to deposit some money into a savings account, and let the account earn compound interest for a certain number of years. The formula for calculating the balance of the account after a specified number of years is:

A = P ( 1 + r / n ) ** nt

The terms in the formula are:

A is the amount of money in the account after the specified number of years.
P is the principal amount that was originally deposited into the account.
r is the annual interest rate.
n is the number of times per year that the interest is compounded.
t is the specified number of years.

Write a program that makes the calculation for you. The program should ask the user to input the following:

• The amount of principal originally deposited into the account
• The annual interest rate paid by the account
• The number of times per year that the interest is compounded(For example, if interest is compounded monthly, enter 12. If interest is compounded quarterly, enter 4.)
• The number of years the account will be left to earn interest

Once the input data has been entered, the program should calculate and display the amount of money that will be in the account after the specified number of years.

NOTE: The user should enter the interest rate as a percentage. For example, 2 percent would be entered as 2, not as .02. The program will then have to divide the input by 100 to move the decimal point to the correct position.

Starting out with Python. Fourth Edition. Tony Gaddis

MORE PLAYLISTS

Programming challenges, Starting out with Python by Tony Gaddis
   • Programming challenges - Starting out with...  

Learn Python
   • Learn Python  

Learn Java
   • Learn Java  

Learn PHP
   • Learn PHP  

Programming challenges, Starting out with Java by Tony Gaddis
   • Programming challenges - Starting out with...  

Website of the day
   • Website of the Day  


Tech How Tos
   • Tech How Tos  

Thank you 😊

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]