You are on page 1of 1

Algorithm to find the average of two numbers entered by the user Print "Enter two numbers" Read num1,num2

avg<--(num1+num2)/2 Print "The average is", avg

You might also like