Respuesta :
Answer:
a) obtain a formula for g
=> g - 32 = 52
=> g = 52 + 32
b) Solve for g
=> 52 + 32
=> g = 84
Answer:
a) obtain a formula for g
Calculate the sum of first n natural numbers as sumtotal= n*(n+1)/2.
Create a variable sum to store the sum of array elements.
Traverse the array from start to end.
Update the value of sum as sum = sum + array[i]
Print the missing number as SumTotal – sum.
b) Solve for g
g = 84