Introduction to Java Programming and Data Structures, Comprehensive Version Plus MyProgrammingLab with Pearson EText -- Access Card Package
bartleby

Concept explainers

Question
Book Icon
Chapter 21, Problem 21.6PE
Program Plan Intro

MaximumOccurence.Java

Program Plan:

  • Include the class name named “Count_Occurence”.
    • Declare the package.
    • Import the util package.
    • Define class.
    • Declare the main()method.
    • Create a Scanner.
    • Create a list and two sets.
    • Prompt the user to enter number of integers.
    • Declare an integer variable “key”.
    • Continue loop till entered value is 0.
      • Assign value to key as 1 if map does not contain key.
      • Calculate and assign frequency to key.
    • Find the maximum occurrence.
    • Display the integers that have the most occurrences.
    • Enter into the map and print the key with the maximum occurrence.
    • Close the main method.
    • Close the class.

Blurred answer
Students have asked these similar questions
(IN C LANGUAGE) Cumulative Addition: Computer selects a number between 7 and 23 at random. User will only add 2, 3 or 5 numbers to reach that number.For example: To reach 14: User will enter 5 5 2 2 (4 input).Also he can enter 2 2 2 2 2 2 2 (7 input) or 3 3 3 3 2 (5 input). https://www.bartleby.com/questions-and-answers/in-c-language-cumulative-addition-computer-selects-a-number-between-7-and-23-at-random.-user-will-on/0509c740-d993-44ed-a468-7e02da552600
[Calculate grades’ average for a student] write a program that calculates the student grades’ average for a semester for the number of courses taken in that semester. Your program should do the following: 1.Read from user the number of courses (n)   2. Then, read the courses’ grades for n times (Hint: use a loop)    3.If a grade is grater than 100 or less than 0, ask the user to enter the grade again.    4.Calculate the average of grades using the following formula: average = (sum of grades) / n                 5.Print out the average grade on the screen.    Note: Always use appropriate data types.
Q5. (Find the second lowest interger number) Write a program that prompts the user to enter a set of integer numbers, and finally displays the second lowest integer number in the set. To exit from the program enter -1. Here is a sample run Enter a set of integer numbers: 3 57 928-1 The second lowest number is 3.
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning