A = 3.141 * (3km^2). Just put that into a calculator and bingo
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 < -15
Step-by-step explanation:
I solved the inequality but i don't know if that was what you were asking for lol, if not sorry.
I am working on this in school, this is how we are being taught to do this type of problem:
First, convert the 9.5% to 0.095. Then multiply:
10,000 x 0.095 x 90 = 85,500
So, the answer should be: $85,500 interest.
Answer:
44$
Step-by-step explanation:
u multiply 8 by 3 and 5 by 4 and you get 24 and 20 and add 24 and 20 and u get 44