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

  Compute area and perimeter of a polygon

Create a project that would let a user compute area and perimeter of a polygon

  Implementation activities of software development

Analysis, design, and implementation activities of software development

  Record managing system application

Build a student record managing system application

  Uml exercise

UML Exercise: Automated Teller Machine (ATM),   1. To allow authorized card holders to make transactions,   Brief Summary of Requirements:

  Write java program to utilizes gui with five text fields

Write down the program called MaxMinAvgGUI.java which utilizes GUI with five(5)text fields which asks user to enter 5(five) decimal numbers. 1(one)number in each text field.

  Distributed systems

Build robust, secure distributed systems using advanced programming techniques

  Write a class named test scores

Write a class named TestScores.The class constructor should accept an array of test scores as an argument.The class should have a method that returns the average of the test scores.

  Write program in java for total amount of customer-s order

Write down program in Java which would ask for clerk to enter total amount of customer's order. Program will then compute seven percent (7%) sales tax.

  Fixing errors in a java program

You coded the following on line ten of the class MyApplet.java:

  Create a class safestack that implements a stack of strings

Create a class SafeStack that implements a stack of strings

  Design and implement an applet called circles

Design and implement an applet called Circles that draws 50 circles of random diameter in random locations. If the diameter of a circle is less than a certain value, the circle is ?lled with the color yellow.

  Create a driver class in java

Your project is to create a driver class that uses SuperJavaIceCreamClass.

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