184 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.

Related Questions

Chandigarh University Admissi...
Apply
Ranked #1 Among all Private Indian Universities in QS Asia Rankings 2025 | Scholarships worth 210 CR
TAPMI MBA 2025 | Technology M...
Apply
MBA Admission Open in Technology Management and AI & Data Science | NAAC A++ | Institution of Eminence | Assured Scholarships
Sanskriti University LLM Admi...
Apply
Best innovation and research-driven university of Uttar Pradesh
Maya Devi University LLM admi...
Apply
43.6 LPA Highest Package | 5.48 LPA Average Package | 150+ Courses in UG, PG, Ph.D
Amity University, Noida Law A...
Apply
700+ Campus placements at top national and global law firms, corporates, and judiciaries
Great Lakes PGPM & PGDM 2025
Apply
Admissions Open | Globally Recognized by AACSB (US) & AMBA (UK) | 17.3 LPA Avg. CTC for PGPM 2024 | Extended Application Deadline: 10th Feb 2024
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