subject

Design a program that asks the user to enter a store’s sales for each day of the week. the amounts should be stored in an array. use a loop to calculate the total sales for the week and display the result.

need: variable lists, ipo chart, pseudocode, flowchart, and working python code.
lottery number generator

design a program that generates a 7-digit lottery number. the program should have an integer array with 7 elements. write a loop that steps through the array, randomly generating a number in the range of 0 through 9 for each element. (use the random function that was discussed in chapter 6.) then write another loop that displays the contents of the array.

need: variable lists, ipo chart, pseudocode, flowchart, and working python code.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
Stacy works as blank. the most important soft skill she needs for this role is blank.
Answers: 3
question
Computers and Technology, 22.06.2019 22:00
Discuss the ways in which electronic information associated with payments is addressed in terms of security. include encryption, secure sockets layers, and secure electronic transactions in your discussion. are there any other ways that consumers and businesses can keep their payment information secure in an electronic commerce environment? do you feel that your information is safe when conducting electronic business? why or why not?
Answers: 1
question
Computers and Technology, 23.06.2019 01:20
Write a function balancechemical to balance chemical reactions by solving a linear set of equations. the inputs arguments are: reagents: symbols of reagents in string row array products: symbols of products in string row array elements: elements in the reaction in string row array elcmpreag: elemental composition of reactants in two dimensional numeric array elcmpprdcts: elemental composition of prducts in two dimensional numeric array hint: the first part of the problem is setting up the set of linear equations that should be solve. the second part of the problem is to find the integers from the solution. one way to do this is to mulitiply the rational basis for the nullspace by increasing larger integers until both the left-and right-side integers exist. for example, for the reaction that involves reacting with to produce and : reagents=["ch4", "o2"]; products =["co2", "h2o"]; elements =["c","h", "o"] elcmpreag=[1,4,0;
Answers: 3
question
Computers and Technology, 23.06.2019 10:30
Would a ps4 wired controller work on an xbox one
Answers: 1
You know the right answer?
Design a program that asks the user to enter a store’s sales for each day of the week. the amounts s...
Questions
question
Mathematics, 04.01.2020 01:31
Questions on the website: 13722362