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

  Develop and re-wrap the trivial console application

COS30016/HIT3037 Programming in Java - Develop and re-wrap the trivial console application into a GUI Application which allows the users to perform similar operations as indicated in assignment 1 handout.

  Write portions of java class that models a very simple clock

You will be writing portions of a Java class that models a very simple clock. You will also be provided with two different "front ends" that use this same class as a plug-in - a simple program that loops through the time for a full hour of time.

  Create a class that holds the service description and price

Create a class that holds the service description, price, and number of minutes it takes to perform the service. Include a constructor that requires arguments for all three data fields.

  Can linear search algorithm be encoded using recursion

Determine the average amount of time people spend waiting for tables and provide examples from the "real world" of unsorted lists, sorted lists, indexed lists, lists that permit duplicate elements, and lists that do not permit duplicate elements

  Create the framework for a battleship game

Create the framework for a Battleship game. You need to create a 5x5 grid that represents the gameboard. "+" signs represent spaces that haven't been bombed

  Check wether two appointments overlap

in a scheduling program, we want to check wether two appointments overlap. For simplicity, appointments start at a full hour,

  Program that mimic operations of the inside of an elevator

Unit Title Fundamentals of Operating Systems and Java Programming - Write an algorithm and a program that mimic the operations of the inside of an elevator

  Develop a javascript program the gross pay of each employees

Develop a JavaScript program that will determine the gross pay for each of three employees. The company pays "straight time" for the first 40 hours worked.

  What is the hash function in java

Bob believes that he has come up with a nifty hash function. He assigns a numeric value VChar to each letter in the alphabet equal to the letter's position in the alphabet

  Determine the purpose of using javascriptreg on a website

what is the purpose of using javascriptreg on a website? what is a specific example of a javascriptreg application that

  Client class to test implementation of the vector class

Write a client class to test your implementation of the Vector3D class thatyou implemented. Name the package in which this class is defined (projectname) vector3dapp.

  Calculate profit of selling an item on ebay

Write Java Program that will take a first name and a last name from a user and print "Hello !", where

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