Java Program to find Average of Two Numbers
In this article, you will learn how to find the average of two given numbers and write its program in java language. The average of the two numbers is the sum of two numbers divided by 2. Let’s assume a and b are two numbers. Now see the calculation below: The average of two numbers …