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:
#2, 4, and 5 all have the same value of 64
Step-by-step explanation:
1) 16
3) 256
6) 16,777,216
The answer is 400 degrees because 325 + 75 = 400 degrees
Answer:
yes it is c you are correct
C^2= a^2 + b^2 a=b
34^2= a^2 + a^2
1156=2a^2
a^2=1156/2
a^2=578
a=24.04
The side length is 24.04
Or I got this also
Using the special triangle theorem , an isosceles triangle has a diagonal equal to the square root of 2 of the legs of the triangle. In this case, the length of the legs is 34/ sqrt of 2 or equal to 24.04 units . This rule is based on the Pythagorean theorem
If the length of each side = x.
By Pythagoras' Theorem:
x² + x² = 34²
2x² = 34²
x² = 34² / 2
x² = 578
x = √578
<span>x ≈ 24.04 inches
hope this helps
</span>