CS 121: Principles of Computer Programming CS 101 Introduction to Computer Programming BBA-Flex Program Module #3 Deliverable Value: 50 points PART A – WHO IS YOUNGER? Write a program that will ask...

I need the attached assignment completed.


CS 121: Principles of Computer Programming CS 101 Introduction to Computer Programming BBA-Flex Program Module #3 Deliverable Value: 50 points PART A – WHO IS YOUNGER? Write a program that will ask for the name and age of two people. The program should then display a message saying either "X is older than Y", "X is younger Y", or "X is the same age as Y" (assuming the first person has name X and the second person has name Y). 1. Write an algorithm to solve the problem. Save it as a Word document. 2. Draw a flowchart to model the solution to the problem. Save it as a PDF document. 3. Implement the solution to your problem as a Python program. Add 4 lines of comments at the top as discussed in course videos. · Submit the three files to Canvas. PART B – BANKING Write a program to process a savings-account withdrawal. The program should request the current balance and the amount of the withdrawal as input. If the withdrawal is greater than the original balance, the program should display "Withdrawal denied." It not, then display the new balance. If the new balance is less than $150, the message "Balance below $150" should also be displayed. 1. Write an algorithm to solve the problem. Save it as a Word document. 2. Draw a flowchart to model the solution to the problem. Save it as a PDF document. 3. Implement the solution to your problem as a Python program. Add 4 lines of comments at the top as discussed in course videos. · Submit the three files to Canvas. PART C – UNA'S PRINT SHOPPE Una's Print Shoppe charges 12 cents per copy for the first 100 copies and 7 cents per copy for the copies beyond the first 100. Write a Python program that asks for the customer's name and how many copies they need. Your program should output the customer's name and the total cost (using a dollar sign and 2 decimal places). 1. Write an algorithm to solve the problem. Save it as a Word document. 2. Draw a flowchart to model the solution to the problem. Save it as a PDF document. 3. Implement the solution to your problem as a Python program. Add 4 lines of comments at the top as discussed in course videos. · Submit the three files to Canvas. Grading Rubric F-D C B A No documentation is included. Major parts of documentation are missing. Minor part of documentation is missing. Adequate documentation is included. Program has major functionality issues. Program has multiple minor functionality issues. Program has 1-2 minor functionality issues. Program functionality is correct. Programming style does not meet specified requirements. Programming style is lacking in multiple areas. Programming style is mostly adhered to. Programming style is adhered to. Output is formatted incorrectly. Output contains multiple minor errors. Output is mostly formatted correctly. Output is formatted correctly. Program has syntax errors. Program contains zero syntax errors.
Nov 25, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here