Is this technology? Let me know so I can help you!!
Answer:
Centralisation
dashboard , programmatic access
Explanation:
hope it helps u
mark me as brainlist
Answer:
yo! but I'm a ex-mobile legends
Answer:
Not sure what language, but in python a super basic version would be:
val1 = 98
val2 = 87
val3 = 84
val4 = 100
val5 = 94
sum = val1 + val2 + val3 + val4 + val5
avg = sum / 5
print(avg)
Explanation: