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
the awser is (-2)(8 + 6) + (-3)
Answer:
A ≈ 172.05
Step-by-step explanation:
i used the google calculator
just search up "area of a pentagon" and google has their own calculator as the first option.
Answer:
A,D,F
Step-by-step explanation:
if he drives 90 in 2 hours then in one hour its 45. 45 times 2 is 90. 45 times 3 is 135. 45 times 4 is 180. 45 times 5 is 225. 45 times 6 is 270. 45 times 7 is 315. and 45 times 8 is 360.
The inequality is t < 55
<em><u>Solution</u></em><em><u>:</u></em>
Given that, To qualify for the championship a runner must complete the race in less than 55 minutes
Let "t" represent the time in minutes of a runner who qualifies for the championship
Here it is given that the value of t is less than 55 minutes
Therefore, "t" must be less than 55, so that the runner qualifies the championship
<em><u>This is represented by inequality:</u></em>
The above inequality means, that time taken to complete the race must be less than 55 for a runner to qualify
Hence the required inequality is t < 55