Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can you please write all of the following programs in Python 3? Also, can you please show all the outputs? Assignment 6 uses assignment 5
Can you please write all of the following programs in Python 3? Also, can you please show all the outputs?
Assignment 6 uses assignment 5 questions and you need to write them to the database.
Assignment # 5 Quetions to be used for assigement #6.
ASSIGNMENT #6
(Create an investment-value calculator) Write a program that calculates the future value of an investment at a given interest rate for a specified number of years. The formula for the calculation is as follows: futureValue 1. investmentAmount (1 + monthlyinterestRate)/ (years *12) 7% Investment Calculator Investment Amount Veare Annual Interest Rate Future Value 10000 1102266 Celcuiste Use text fields for users to enter the investment amount, years, and interest rate. Display the future amount in a text field when the user clicks the Calculate button. (Alternate two messages) Write a program to change, with a left mouse click, between two messages displayed on a canvas, "Programming is fun" and "It is fun to program,". 2. (Traffic lights) Write a program that simulates a traffic light. The program lets the user select one of three lights: red, yellow, or green. When a radio button is selected, the light is turned on, and only one light can be on at a time (see Figure a-b). No light is on when the program starts. 3Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started