Home Java Java Console Application Projects max,min,total,average calculation using java

max,min,total,average calculation using java

26 second read
0
0
302

create a 3 element integer to calculate and following

  1. min numbers
  2. max numbers
  3. total
  4. average

Maximum is 45
Minimun is 45
Total is 25
Average is 8.333333333333334
Maximum is 45
Minimun is 45
Total is 70
Average is 23.333333333333332
Maximum is 45
Minimun is 45
Total is 85
Average is 28.333333333333332

 

    Load More Related Articles
    Load More By admin
    • Java Scanner Class

      Scanner class in use to read the input from the user. nextLine() method which used read li…
    • Scanner class in Java

      Scanner class in java which is assume to input the data and read the data. Example  1…
    • Student grade Calculation Scanner Using Java

      Input the Student Indexno,Name,subjects in java Display the Student details Display the th…
    Load More In Java Console Application Projects

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Check Also

    Laravel 11 CRUD Mastering RESTful API MVC with Repository Pattern

    In this tutorial will teach Laravel 11 Api MVC with Repository Pattern Crud Application st…