So i believe you need to round the whole number, if so than 8 * 3 = 24 and 20 * 3 = 60
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:
1 (anything with the exponent of 0 always equals 1)
Step-by-step explanation:
WEEKLY Earning Full time = 40 h x $15 = $600/week
Over time = 3 h 25 min or 3h + 25/60 h
WEEKLY Earning Over time = (3 h)x $30 + (25/60) x $30 = $115
TOTAL WEEKLY INCLUDING OVERTIME: = $715
TOTAL SEMI MONTHLY INCLUDING OVERTIME =$715 X2 = $1,430
BIWEEKLY = SEMI MONTHLY = $1,430
TOTAL MONTHLY INCLUDING OVERTIME =$715 x 4 = $2,860
I think the answer is -6i and 2-5i
If I remember correctly imaginary numbers must also have their conjugate as a zero as well
Hope this helps