Computer Science, asked by khdh, 1 year ago

write in visual basic to find average of three numbers

Answers

Answered by utkarshjha312
0
cls
input a,b,c
let avg =(a+b+c)/100
print avg end
Similar questions