Parameter and returns the maximum number in the array

Assignment Help Basic Computer Science
Reference no: EM131882183

1. Write method print that takes an integer array as an input parameter and prints all the numbers in the array separated by commas. Name your program ArrayTest.java.

2. Write method average that takes an integer array as an input parameter and returns the average of all numbers in the array.  Define this method in ArrayTest.java as well.

3. Write method max that takes an integer array as an input parameter and returns the maximum number in the array. Define this method in ArrayTest.java also.

4. Write a main method. Define several arrays, print the content of the array, the average of the array, and the maximum number in the array. Below is my main method:

      int[] nums = {14, 1, 23};

      System.out.println("My first array is: ");

      print(nums);

      System.out.println("The average of the array is: " + average(nums));

      System.out.println("The maximum number in the array is: " + max(nums));

      System.out.println("");

      int[] nums2 = {11, 26, 4, 2};

      System.out.println("My second array is: ");

      print(nums2);

      System.out.println("The average of the array is: " + average(nums2));

      System.out.println("The maximum number in the array is: " + max(nums2));

5. Create zip file that contains your Java programs. Include a screenshot of each program execution. You can either paste the screenshot into a Word document or simply paste it into the Comments field when submitting your homework. A sample screenshot of running my programs is attached below:

Reference no: EM131882183

Questions Cloud

Firm wishes to maintain an internal growth rate : A firm wishes to maintain an internal growth rate of 8 percent and a dividend payout ratio of 25 percent.
What is the function of the access layer : What is the function of the access layer? Discuss the equipment used at this layer, the criteria used to select the equipment, the size of the network.
Which company has a more profitable strategic vision : How have the Fed Ex and UPS differentiated themselves in recent years? Which company has a more profitable strategic vision?
Testing for object-oriented systems and uncovering software : Explain your roles and responsibilities in designing and performing various testing for object-oriented systems and uncovering software bugs.
Parameter and returns the maximum number in the array : Write method max that takes an integer array as an input parameter and returns the maximum number in the array. Define this method in ArrayTest.java also.
What is present value of this investment : What is the present value of this investment if 5 percent per year is the appropriate discount rate? Round the answer to two decimal places.
Write a mips assembler program to do the following : Write a MIPS assembler program to do the following: 1. Get three integers from the keyboard 2. Calculate and display the sum of the integers
What is your taxable income : What is your average tax rate if you make 59,119 in taxable income? what is your taxable income?
Preamble at the beginning of the ethernet frame : Why is SOF required to be included although we have a 7-byte preamble at the beginning of the Ethernet frame?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd