Answer:
75%
Step-by-step explanation:
AnswerTo the following subject of 1.08×10 in standard form you have to calculate the radius in yet to find the perimeter
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END
Answer:
a. 1/2
b. 5/3
c. 0
d. undefined
Step-by-step explanation:
7^6/7^2
(7*7*7*7*7*7)/(7*7)
the answer is b. 7^4