What will be the result from running the following program?
print("Grades")
print(100)
print(93)
print(82)
print("Total")
print(100+93+82)