Computers and Technology
Computers and Technology, 14.11.2019 06:31, Salamonti

Write a python program for each of the problems in this lab. use pycharm to type and test your programs. submit the python files to blackboard for credit. in this lab, you should submit 4 python files, one for each problem. problem 1 a teacher wants a program to give extra points to students who fail a test. write a python program to do the following: (a) ask the user to enter 5 test scores. store the scores in a list. display the list. (b) copy all 5 test scores to another list. use a loop to examine each test score in the new list. if the score is below 60, add 10 extra points to the score. display the list. (c) compare the old score and new score of each student. if the old score and new score are different, display the two scores. the following is an example. enter a test score: 45 enter a test score: 77 enter a test score: 88 enter a test score: 52 enter a test score: 90 all scores: [45.0, 77.0, 88.0, 52.0, 90.0] students who scored below 60 get 10 extra points. all scores: [55.0, 77.0, 88.0, 62.0, 90.0] students whose scores have changed: old score: 45.0 new score: 55.0 old score: 52.0 new score: 62.0

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 01:00, joedawg50
What is added to the < meta > tag to describe the encoding type?
Answers: 1
image
Computers and Technology, 24.06.2019 12:00, exoticbunnylover123
Which spreadsheet operation does a look function perform?
Answers: 1
image
Computers and Technology, 24.06.2019 16:00, kamo90
How are roger williams, james oglethorpe, and william penn similar?
Answers: 3
image
Computers and Technology, 24.06.2019 18:20, seema12
7. design a circuit with three inputs (x, y, and z) representing the bits in a binary number, and three outputs (a, b, and c) also representing bits in a binary number. when the input is 1, 2, or 3, the binary output should be one lesser than the input. when the input is 4, 5, or 6, the binary output should be one greater than the input. when the input is 0, the output is 0, and when the input is 7, the output is 7. show your truth table, all computations for simplification, and the final circuit.
Answers: 2
Do you know the correct answer?
Write a python program for each of the problems in this lab. use pycharm to type and test your prog...

Questions in other subjects:

Konu
Mathematics, 12.02.2020 05:43