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, 21.06.2019 18:10
For each of the following claims, determine whether they are true or false. justify your determination (show your work). if the claim is false, state the correct asymptotic relationship as o, θ, or ω. unless otherwise specified, lg is log2.(a) (b) (c) (d) (e) (f) (g) (h) (i) (j)n+1 =22n =2n =1 =ln2 n =n2 +2n−4 =33n = 2n+1 =√n = 10100 =o(n4) o(2n)θ(2n+7 ) o(1/n)θ(lg2 n) ω(n2 )θ(9n ) θ(2n lg n )o(lg n) θ(1)
Answers: 1
question
Computers and Technology, 22.06.2019 22:20
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
question
Computers and Technology, 23.06.2019 19:40
Use a physical stopwatch to record the length of time it takes to run the program. calculate the difference obtained by calls to the method system.currenttimemillis() just before the start of the algorithm and just after the end of the algorithm. calculate the difference obtained by calls to the method system.currenttimemillis() at the start of the program and at the end of the program so that the elapsed time includes the display of the result. use the value returned by the method system.currenttimemillis() just after the end of the algorithm as the elapsed time.
Answers: 3
question
Computers and Technology, 24.06.2019 01:00
Answer these and get 40 points and brainliest
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.07.2019 16:30
question
Mathematics, 04.07.2019 16:30
question
History, 04.07.2019 16:30
question
Mathematics, 04.07.2019 16:30