The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
Answer:
10.4900
Step-by-step explanation:
pls make a brainliest
Answer:
The answer is C.
Step-by-step explanation:
I would simplify the expression first.
Equation: (6m^-1)^-3
You can get rid of n^0 because that equals 1.
Any expression raised to the power of -1 equals its reciprocal.
Equation: (6/m)^-3
Equation: (m/6)^3
Final Equation: m^3/216
Now, plug in 3.
(3)^3/216.
27/216 = 1/8
Hope this helps!
Answer:
149.28 sq. inches
137.5 cubic inches.
Step-by-step explanation:
The cylindrical container has length or height (h) 7 inches and has a diameter of 5 inches i.e. radius (r) 2.5 inches.
Now, total surface area of the container =
=
= 39.28 + 110
= 149.28 sq. inches (Answer)
Again the volume of the container will be
=
= 137.5 cubic inches. (Answer)
Answer:140 over 3
Step-by-step explanation: i got that answer but i dont think its the right