207 Views

how to write java program to find average of two numbers


arukondavarsha 8th Nov, 2021
Answer (1)
SREYASHI SEN 8th Nov, 2021

Hello Aspirant...

Java Program

  1. import static java.lang.Float.sum;
  2. import java.util.Scanner;
  3. public class Average {
  4. public static void main(String[] args)
  5. {
  6. int n, count = 1;
  7. float  xF, averageF, sumF = 0;
  8. Scanner sc = new Scanner(System.in);
  9. System.out.println("Enter the value of n");
  10. n = sc.nextInt();
  11. while (count <= n)
  12. {
  13. System.out.println("Enter the "+count+" number?");
  14. xF = sc.nextInt();
  15. sumF += xF;
  16. ++count;
  17. }
  18. averageF = sumF/n;
  19. System.out.println("The Average is"+averageF);
  20. }
  21. }

I hope this helps.

Regards.

FLAME University | MBA 2026
Apply
NAAC A++ Grade | MBA program graded A** (National) by CRISIL | AACSB, ACBSP and BGA Member
Amity University, Noida Law A...
Apply
700+ Campus placements at top national and global law firms, corporates and judiciaries
Amity University, Noida BBA A...
Apply
Ranked amongst top 3% universities globally (QS Rankings)
MAHE Online MBA
Apply
Apply for Online MBA from Manipal Academy of Higher Education (MAHE)
Great Lakes Institute of Mana...
Apply
Admissions Open | Globally Recognized by AACSB (US) & AMBA (UK) | 17.8 LPA Avg. CTC for PGPM 2026
Amity University | M.Tech Adm...
Apply
Ranked amongst top 3% universities globally (QS Rankings).
View All Application Forms

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books