Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that asks the user (1) how much to open the account, (2) monthly salary, (3) percentage of the salary that you will

Write a program that asks the user (1) how much to open the account, (2) monthly salary, (3) percentage of the salary that you will save, (4) the annual interest computed monthly that pays the account where it is depositing the money and (5) the savings goal you have. The program should invoke the 2 functions already performed. The program must analyze / compare the results obtained when considering or not the salary increase and summarize it to the user through an on-screen message.

this are the two functions already made:

image text in transcribed

def ja(inicial,salario, ahorro, interes, meta): mes=0;total=inicial; interesacum=0 while total

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

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions