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
337

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
    • Banking Application FD Rate Calculation using Java

      In this tutorials i am to teach Banking Application FD Rate Calculation using Java. Input …
    • 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…
    Load More In Java Console Application Projects

    Leave a Reply

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

    Check Also

    Employee Working Hours Calculation System using C#.net

    Initialize the employee number, Hourswork,and Hoursrate to calculate a grosswage use the f…