Question: IT102 Chapter 3 Homework Spring 2020 3. a. Create a flowchart that illustrates this algorithm: The Algorithm: Ask the user to enter the user's first
IT102 Chapter 3 Homework Spring 2020 3. a. Create a flowchart that illustrates this algorithm: The Algorithm: Ask the user to enter the user's first name, the balance in the bank account, and the amount of the deposit. Define a variable called "total" to hold the sum of the balance and deposit. Print out the values of name and total, formatted to 2 decimal places. b. Create a Python program to implement the algorithm. Write the Python code in a Python program file, not in the IDLE window. After you create the Python program, run it in order to obtain output. Include in your HW PDF document a photo of your flowchart and a screen shot of your program file. Also include in the HW PDF document a screenshot of the IDLE output you get when you run the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
