What is the average value of the following Python code snippet?
Posted: Wed Jul 13, 2022 7:44 pm
>>>grade1 = 80>>>grade2 = 90>>>average = (grade1 + grade2) / 2
a) 85.0
b) 85.1
c) 95.0
d) 95.1
a) 85.0
b) 85.1
c) 95.0
d) 95.1
Accurate answers. Every time.
https://answerhappy.com/