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:
x≤ 9
Step-by-step explanation:
add 6 to the other side to get x by itself....
Answer:
Go to the search bar and type up photos. Press on the photo/screenshot you want and it should give you a button you can use to crop.
Step-by-step explanation:
#1: b. 100 square root is 10. 10 x 10 = 100. 100 = rational number, Others include a series of numbers that cannot be written down.
#2 -7.8 With the line on top. THe line on the 8 means that it continues for ever.
Only other one is d.
You would add up the percentages first, which would bring everything up to 35%. You would then take the original cost of the item, which is $30 and multiple it by the 35%.
The equation would look like...
30 x .35 =
This will give you $10.50, which isn't the final answer.
You would then subtract 10.50 from the $30 that was asked for at the beginning by the retailer.
Your final answer is $19.50. :) Which isn't a bad deal if I say so myself.