Question: For each problem, design the logic (Pseudocode or Flowchart) and write the code in Python. 1. A program that outputs every even number from 2
For each problem, design the logic (Pseudocode or Flowchart) and write the code in Python. 1. A program that outputs every even number from 2 through 100, even numbers only 2. A program that outputs numbers in reverse order from 25 down to O. 3. A program that allows a user to continuously enter numbers until the user enters 0. Display the sum of the numbers entered. 4. Design a Program: 1. Design an application for the Homestead Furniture Store that gets sales transaction data, including an account number, customer name, and purchase price. Output the account number and name, then output the customer's payment each month for the next 12 months. Assume that there is no finance charge, that the customer makes no new purchases, and that the customer pays off the balance vizh equal monthly payments. 2. Modify the Homestead Furniture Store application so it executes continuously for any number of customers until a sentinel value is supplied for the account number 3. Modify the application so that it charges an Annual Percentage Rate of 5% compounded monthly. (If you aren't sure how to do this, do some research)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
