Write method print that takes an integer array

Assignment Help Basic Computer Science
Reference no: EM131891729

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: EM131891729

Questions Cloud

Describe an organizational change : Describe an organizational change that you've witnessed or experienced. Evaluate management's 'change implementation process'.
Evaluate hard drive symptoms : A frantic user called a help desk to report that his hard drive did not appear to be working. He explained that the drive produced
List and explain two techniques or methodologies used : List and explain two techniques or methodologies used to make sure data stays confidential. (exp: Cryptography, Permissions...etc)
Explain components of a strategic information system plan : Describe the major types and classifications of health care information standards and the specific organizations that develop and regulate these standards.
Write method print that takes an integer array : Write method print that takes an integer array as an input parameter and prints all the numbers in the array separated by commas.
Change if the yield to maturity on comparable-risk bond : How does the value change if the yield to maturity on a? comparable-risk bond? (i) increases to 16 percent or? (ii) decreases to 6 percent?
What creates fragments : Why does IP need fragmentation? Who / What creates Fragments? Who / What reassembles them?
Learned stand alone : Do programming languages build on each other sequentially or can they be learned stand alone?
How do you think it would change your life : Knowing this, would you want to have an iRemember implanted? Why or why not? How do you think it would change your life, and the way society works

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