Question: with java code Question3 (25 points]: 1-Suppose the user can add a word in the text field below 2-Suppose the user can enter a number

 with java code Question3 (25 points]: 1-Suppose the user can add

with java code

Question3 (25 points]: 1-Suppose the user can add a word in the text field below 2-Suppose the user can enter a number between 1 to 10 in the text field below Write a function called repeatMe which prints the given word for number of times and writes it into the result text field when the user clicks on the Repeat! button Look at above in this file and an empty function with this name has been added there. You need to do the following: For instance if the user enters Hello for the Word and 13 for the Number, it will print Hello Hello Hello 1- Complete the function repeatMe above to generate the desired result 2- Make required changes in the input elements below (as needed) to generate the desired result Word: Number: Result: Repeat Question4 [20 points): Suppose the following array of number has been given to you. All numbers in this array are between 0 and 100 numbers = [1,11,15,11.11,9.8.7.8.15.3.6,6,10,16,18,5.11,2,5] Write a function called finder which takes a number as input parameter and returns how many times the number has been repeated in the array above The user will enter the number to find in the following text field When the user clicks the find! button, it will calculate the number of times the given number has been repeated in the array and write the result in the text field. For instance if the user enters 11 and clicks on Finds button the Result will be 4. as 11 has been repeated 4 times. Word: Number: Find Result

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!