1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
andrezito [222]
3 years ago
5

4.9 Code Practice: Question 4

Computers and Technology
2 answers:
RideAnS [48]3 years ago
6 0

total = 0

i = 0

while i < 10:

   temp = float(input("Enter Temperature: "))

   total += temp

   i += 1

print("Sum = "+str(total))

I hope this helps!

Norma-Jean [14]3 years ago
3 0

Answer:

sum = 0

r = 0

while r < 10:

   p = float(input("Enter Temperature: "))

   sum += p

   r += 1

print("Sum = " + str(sum))

Explanation:

You can change the variables if you like.

You might be interested in
how to create use an array of Course objects instead of individual objects like course 1, course 2, etc
AURORKA [14]

Answer:

To save the course object instances in an array, use;

Course[] courses = new Course[7];

courses[0] = new Course("IT 145");

courses[1] = new Course("IT 200");

courses[2] = new Course("IT 201");

courses[3] = new Course("IT 270");

courses[4] = new Course("IT 315");

courses[5] = new Course("IT 328");

courses[6] = new Course("IT 330");

Explanation:

The java statement above assigns an array of size 7 with the course class constructor, then order courses are assigned to the respective indexes of the new array.

3 0
3 years ago
Take some time to do some research about small businesses in your area. Select one and using HTML design a simple site that educ
lina2011 [118]

Answer:

All you have to do is whright about it

Explanation:

3 0
3 years ago
Fill in each blank with the correct step from the fetch-execute cycle.
Mariana [72]

Answer:

1 - instruction fetch

2 - instruction decode

3 - instruction execute

4 - result return

4 0
3 years ago
ead the spreadsheet formula below, then answer the question. =SUM(C6:C9) What does the : symbol in the formula do? arranges the
melamori03 [73]
Selects all the cells in the range c6 to c9
3 0
3 years ago
What are the required components of a database function? ​
vagabundo [1.1K]

Answer:

Following are the required components of a database function :-

  • Software
  • Data
  • Hardware
  • Procedures
  • Data Manager
  • Database Access language
  • Query processor

hope it helps!

5 0
3 years ago
Other questions:
  • If you are going to attach more than 15 devices to your wireless network, you should make sure your router supports which standa
    14·1 answer
  • Which of the following menu commands would you select to make a copy of an open file and rename it
    14·2 answers
  • Which of the strategies below are likely to increase audience attention?
    7·1 answer
  • True or False: if there are multiple operations inside a parentheses, you do not need to complete theses in the order of pemdas​
    12·1 answer
  • Write the definition of a class Clock. The class has no constructors and three instance variables. One is of type int called hou
    12·1 answer
  • In a penetration test, a ________ team consists of IT staff who defend against the penetration testers. They are generally aware
    14·1 answer
  • How many bytes are there in 256 Kbytes?
    6·1 answer
  • What are some random fun facts about Technology?
    12·1 answer
  • Question 1 of 10
    14·2 answers
  • You can click the tabs at the bottom of a workbook to switch between.
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!