The average of three numbers x1, x2 and x3 is computed as
The code snippet below assigns three values to three variables:var1, var2 and var3. Your task:
var1
var2
var3
Compute the average of these values and assign it to the variable average.
average
Print the average.
Add three comments.