subject

1. create pseudocode or flowchart for the following problem
a. pseudocode must be on a separate word .doc or .docx.
b. flowchart must be created in visio or lucidchart and saved to a pdf document.
2. create and test the python for the problem.
3. create a folder called p4_yourinitials and put all files in the folder.
the rsc bookstore is having a three-day sale during which the price of any unsold t-shirt drops 15 percent each day. for example, t-shirt that costs $15.00 on the first day costs 15 percent less, or $12.75, on the second day. on the third day, the same item is 15 percent less than $12.75, or $10.84. design a python script that will read in a txt file with 5 different t-shirt prices. output is the price of each item on each day, one through three. print the original price and the price on the 2nd and 3rd days.
1. read the file t-shirtprices. txt into an array.
2. use a loop to read each element.
3. create an array with the 3 prices
4. print the 3 prices.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 15:00
Based on the current economic situation do you expect the employment demand for graduating engineers to increase or decrease? explain the basis for your answer. with a significant economic recovery, what do you think will happen to future enrollments in graduating engineering programs?
Answers: 1
question
Computers and Technology, 24.06.2019 11:30
Convert 11001110(acdd notation) into decimal
Answers: 2
question
Computers and Technology, 24.06.2019 15:30
Python. primary u.s. interstate highways are numbered 1-99. odd numbers (like the 5 or 95) go north/south, and evens (like the 10 or 90) go east/west. auxiliary highways are numbered 100-999, and service the primary highway indicated by the rightmost two digits. thus, the 405 services the 5, and the 290 services the 90. given a highway number, indicate whether it is a primary or auxiliary highway. if auxiliary, indicate what primary highway it serves. also indicate if the (primary) highway runs north/south or east/west.
Answers: 1
question
Computers and Technology, 24.06.2019 20:20
Write python code that prompts the user to enter his or her age and assigns the user’s input to an integer variable named age.
Answers: 1
You know the right answer?
1. create pseudocode or flowchart for the following problem
a. pseudocode must be on a separa...
Questions
Questions on the website: 13722361