subject

Write a program that inputs a series of 10 non-negative numbers and determines and prints the largest of those numbers. your program should use three variables: counter - a counter to count to 10 (i. e. to keep track of how many numbers have been input and to determine when all 10 number have been processed) number - the current number input to the program largest - the largest number found so far

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 02:40
Has anyone seen my grandma shes been gone for 4 years already
Answers: 1
question
Computers and Technology, 24.06.2019 04:30
Write and test a python program to find and print the largest number in a set of real (floating point) numbers. the program should first read a single positive integer number from the user, which will be how many numbers to read and search through. after reading in all of the numbers, the largest of the numbers input (not considering the count input) should be printed.
Answers: 1
question
Computers and Technology, 24.06.2019 22:10
Function name: poly parameters: int returns: int description: a polynomial of degree n with coefficients a0,a1,a2,a3, . . ,an is the function p(x) = a0+a1x+a2x2+a3 ∗ x3+ . . +an ∗ xn this function can be evaluated at different values of x. for example, if: p(x) = 1+2x+ x2, then p(2) = 1+2 ∗ 2+22 = 9. if p(x) = 1+x2+x4, then p(2) = 21 and p(3) = 91. write a function poly() that takes as input a list of coefficients a0, a1, a2, a3, . . , an of a polynomial p(x) and a value x. the function will return poly(x), which is the value of the polynomial when evaluated at x.
Answers: 3
question
Computers and Technology, 25.06.2019 04:30
What should be used when performing vehicle maneuvers?
Answers: 1
You know the right answer?
Write a program that inputs a series of 10 non-negative numbers and determines and prints the larges...
Questions
question
Mathematics, 18.11.2020 18:20
question
Mathematics, 18.11.2020 18:20
question
Mathematics, 18.11.2020 18:20
question
Business, 18.11.2020 18:20
question
Mathematics, 18.11.2020 18:20
Questions on the website: 13722360