Create a class named module

Assignment Help JAVA Programming
Reference no: EM131914390

Assignment

Create a class named Module4 containing the following data members and methods (note that all data members and methods are for objects unless specified as being for the entire class)

1) Data members: none

2) Methods:

a. A method named displayContent the accepts an array of type int and prints their values to the console, with each array element on a separate line

b. A method named removeNegatives that accepts an array of type int, copies all its non-negative values into a new int array (and maintains their sequence), and returns the new array. Note that the new array should be the exact size required to hold all the non-negatives values of the parameter array.

c. A method named arrayProduct that accepts two arrays of type int named x and y and returns a two-dimensional array. Each element in the two-dimensional array should hold the product of the corresponding x and y elements, i.e., 2dArray[x_index][y_index] = x[x_index]*y[y_index]
When submitted, this class should not have a main method. If you wish to test your methods, you might write a simple class that creates a Module4 object and creates & receives arrays and displays their contents.

To avoid the tedium of entering array values by hand, you might also find is useful to create arrays in your code using contents in braces, which builds an array with the exact number of elements in the sequence you provide, such as:

int x = {0, 1, 2, 3} or int[] y = {-1, -2 0, -3, 5, 7, 13}; Additional Constraints

The program should be implemented as a single file holding the public class Module4. Comments should be provided at the start of the class file (Le., above the class definition) giving the class author's name and the date the program was finished.

Reference no: EM131914390

Questions Cloud

What does professionalism in health care mean to you : Professionalism in Health Care. In your own words, what does "professionalism" in Health Care mean to you?
Should us government impose new rules to wear helmets : Should the U.S. government impose new rules requiring all bicyclists to wear helmets? New Zealand has enforced a national mandatory all-age bicycle helmet law.
Describe how diet measures contribute to healthy living : Describe how diet, physical activity, sleep, and preventative measures contribute to healthy living. Feel free to list examples of healthy living in own life.
What percentile would be a breaking strength : What percentile would be a breaking strength of 1100 pounds?
Create a class named module : Create a class named Module containing the data members and methods (note that all data members and methods are for objects unless specified
The aftertax income from additional preferred stock : Compute the amount of the aftertax income from the additional preferred stock if it is purchased.
Mean of the distribution of sample means : A population of values has a normal distribution with µ=128.4 and s=13.7 You intend to draw a random sample of size n=165
When rational investors are ready to exploit from mispricing : How could these anomalies exist when rational investors are ready to exploit from the mispricing?
How to reduce the risk of a future banking crisis : Do you think the Consumer Financial Protection Bureau is necessary to reduce the risk of a future banking crisis such as the one we have faced in recent years?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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