Reads in up to 1000 non-negative integers

Assignment Help JAVA Programming
Reference no: EM13159557

Write a program that reads in up to 1000 non-negative integers and displays distinct numbers (i.e., if a number appears multiple times, it is displayed only once). (Hint: Read each number and store it in an array if it is new. If the number is already in the array, ignore it.) The user will indicate that they are done entering numbers by entering a negative number. After the input, the array must contain the distinct numbers. Here is a sample run:

Enter a non-negative integer (negative to quit): 1
Enter a non-negative integer (negative to quit): 2
Enter a non-negative integer (negative to quit): 3
Enter a non-negative integer (negative to quit): 2
Enter a non-negative integer (negative to quit): 1
Enter a non-negative integer (negative to quit): 6
Enter a non-negative integer (negative to quit): 3
Enter a non-negative integer (negative to quit): 4
Enter a non-negative integer (negative to quit): 5
Enter a non-negative integer (negative to quit): 2
Enter a non-negative integer (negative to quit): -4
You entered: 
1 2 3 6 4 5 

To get credit for this assignment you must use appropriate decomposition! You should have a method to read the numbers and a method to print the resulting array. The method to read the numbers should call an additional method that reads (and processes) a single number.

Reference no: EM13159557

Questions Cloud

Problem on unadjusted trial balance : Prepare the adjusting entry for Vizarro Co. to recognize bad debts under each of the following independent assumptions.
Find confidence interval and mean number of unoccupied seats : Assume the population standard deviation of unoccupied seats for all flights for this airline is equal to 4.103. Find a 90% confidence interval for μ and the mean number of unoccupied seats
Compute the ph at the equivalence point in titrating : Calculate the pH at the equivalence point in titrating 0.120 M solutions of each of the following with 8.0* 10^-2 M NaOH
When a continuous fermenter is in steady state which is true : When a continuous fermenter is in steady state which is true?
Reads in up to 1000 non-negative integers : Write a program that reads in up to 1000 non-negative integers and displays distinct numbers (i.e., if a number appears multiple times, it is displayed only once). (Hint: Read each number and store it in an array if it is new. If the number is alread..
Elasticity affect demand for higher education at college : How important were price considerations in making your college decision? Would a change of a few thousand dollars have mattered and would you expect the price elasticity of demand to be higher for financial-aid students or for non-aid students?
Causes of the sectional crisis : Evaluate the causes of the sectional crisis of the 1850s. could anything have been done to resolve the issues of the period?
Find margin of error if probability is given : It is known that the standard deviation of the population of checkout times is one minute. With a .95 probability, the sample mean will provide a margin of error of?
Circumstances would you not want to create : Under what circumstances would you not want to create one physical table for every relation in your logical data model? Give a concrete example.

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