Write a Java class in which you include the following: 1. A main method that: a. Declares a-one dimensional array of 10 integer elements. b. Asks the user to fill the array. c. Ask the user to enter an integer x. d. Calls the method in question 2. e. Print the result of the method. 2. A java method named "find" that accepts a one-dimensional array as a first parameter, and an integer x as a second parameter. The method should find and return the number of occurrences of x in the array.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 20RQ
icon
Related questions
Question
Write a Java class in which you include the following:
1. A main method that:
a. Declares a-one dimensional array of 10 integer elements.
b. Asks the user to fill the array.
c. Ask the user to enter an integer x.
d. Calls the method in question 2.
e. Print the result of the method.
2. A java method named "find" that accepts a one-dimensional array as a first parameter, and an
integer x as a second parameter. The method should find and return the number of occurrences
of x in the array.
Transcribed Image Text:Write a Java class in which you include the following: 1. A main method that: a. Declares a-one dimensional array of 10 integer elements. b. Asks the user to fill the array. c. Ask the user to enter an integer x. d. Calls the method in question 2. e. Print the result of the method. 2. A java method named "find" that accepts a one-dimensional array as a first parameter, and an integer x as a second parameter. The method should find and return the number of occurrences of x in the array.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Array
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT