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
faltersainse [42]
2 years ago
14

4.9 Code Practice: Question 4 Edhisive

Computers and Technology
2 answers:
hichkok12 [17]2 years ago
7 0

i = 0

total = 0

while i < 10:

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

   total += temp

   i += 1

print("Sum: {}".format(total))

I wrote my code in python 3.8. I hope this helps!

zepelin [54]2 years ago
7 0

Answer:

sum = 0

i = 0

while i < 10:

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

  sum += t

  i += 1

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

You might be interested in
Como se llaman las herramientas y maquinas pque utilizan para hacer cosas artesanales
lakkis [162]

Answer:

Entre los principales útiles que maneja destacan las gubias, cuchillas de acero inoxidable, un tornillo de banco, sierras manuales, escofinas, limas y hachas, todas de varias capacidades y medidas.

8 0
2 years ago
WILL GIVE BRAINLIST IF ANSWER IS RIGHT AND YOU TELL ME HOW YOU GOT YOUR ANSWER (dont copy and past from a site)
kap26 [50]

Answer:

D

Explanation:

i just use python a lot :/

8 0
3 years ago
Read 2 more answers
Define a function that takes two arguments: a string called strText and a number called intNumber. This function will use a repe
natima [27]

Answer:

public class Main

{

   public static void printString(String strText, int intNumber) {

       for(int i=0; i<intNumber; i++){

           System.out.println(strText);

       }

   }

   

public static void main(String[] args) {

       

       printString("Brainly", 3);

}

}

Explanation:

- Define a function called <em>printString</em> that takes two parameters - a String and an int. Since the function will print out the given String, it's type will be <u>void</u>.

- Use <em>for loop</em> to iterate according to the given number and print the given string

- In the main, call the <em>printString </em>function with some parameters.

3 0
3 years ago
Read 2 more answers
What are some preferences you can set in photoshop?
pishuonlain [190]

Answer: face brightness

Explanation:

hope this is the right answer :)

5 0
2 years ago
1) what are two functions of a pick or count condition?
viktelen [127]
1.  The best option is C) pick an object at random, and keep track of how many copies of an object are left in a game.
2.   The best option is D) clockwise and counterclockwise.
3.    your 3rd question does not seem to be clear to me.
3 0
3 years ago
Other questions:
  • Consider the following method.
    13·1 answer
  • 2. a. Write pseudocode for a divide-and-conquer algorithm for finding valuesof both the largest and smallest elements in an arra
    11·1 answer
  • What is the definition of a WAP?
    6·2 answers
  • Your boss asks you to work through the weekend to install new software on the applications server that serves up applications to
    15·2 answers
  • What does a data bar in a cell represents​
    12·2 answers
  • Nikolas has a idea that he could use the compressed carbon dioxide in a fire extinguisher to propel him on his skateboard. Nikol
    13·2 answers
  • The famous study entitled ""Protection Analysis: Final Report"" focused on a project undertaken by ARPA to understand and detect
    14·1 answer
  • What is an Apple Pen?
    5·2 answers
  • What are the defenses to protect against these attacks?
    13·1 answer
  • A tech class question any help will be greatly apprieciated
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!