subject

"Please Solve Problem 3 Please" Program 1(Total Point 15): You will use scanner class and ask users to enter numbers from 0 to 10 numbers. You will then extract only non prime numbers and store it in the set. You will then print the entire set contents.
Problem 2(Total Point 15): Write a Java program that performs following things.
Generate 10 random numbers
Store all the numbers into the set
Use the iterator or any other class to extract all the elements from the set
Perform addition
Display output
Problem 3(Total Point 15):
Create the tree map that should store following strings.
- Hello
- Today
- Is
- Monday
Once you stored all the data in the tree map, then loop thru the tree map and remove Monday
Program 4(Total Point 15): You will use the scanner class and ask users following things.
- Student Age (Value)
- Student Name (Key)
You will store information for at least 10 students on Map. You will then use iterator to print all the values. You will print the youngest student’s name.
Program 5(Total Point 15):
Create the logic to print below series.
Num1: 1
Num2: 3
Num3: 5
Num4: 7
Num5: 9
You then need to store the entire series into the Hash map and tree map and then print the entire series.
Problem 6(Total Point 15):
Create the set that should store following strings.
-This
-Class
-is
-good
-We
-have
-learned
-lot
-of
-things.
Once you stored all the data in the set/map, then loop thru the set using iterator and remove all the strings that starts with either C or o.
And print the entire set as the single statement.
Problem 7(Total Point 10)
You need to create a base class that should have the following functionality.
- Calculate avg. Students grade. Input parameter to this method is an array that shows grades for at least ten courses.
You need to create a child class that inherits the base class. The child class should have a method to calculate max grade from 10 courses.
You need to write a demo class. The demo class should have a main method that calls child class and able to provide max and avg. Grade.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:00
Program description: a c# app is to be created to produce morse code. the morse code assigns a series of dots and dashes to each letter of the alphabet, each digit, and a few special characters (such as period, comma, colon, and semicolon). in sound-oriented systems, the dot represents a short sound and the dash represents a long sound. separation between words is indicated by a space, or, quite simply, the absence of a dot or dash. in a sound-oriented system, a space is indicated by a short period of time during which no sound is transmitted. the international version of the morse code is stored in the data file morse.txt.
Answers: 3
question
Computers and Technology, 23.06.2019 01:50
Create a class named majors that includes an enumeration for the six majors offered by a college as follows: acc, chem, cis, eng, his, phys. display the enumeration values for the user, then prompt the user to enter a major. display the college division in which the major falls. acc and cis are in the business division, chem and phys are in the science division, and eng and his are in the humanities division. save the file as majors.java.
Answers: 2
question
Computers and Technology, 23.06.2019 16:00
Helen is having a meeting with her colleagues in her company. they are working on the goals and objectives for the coming year. they want to ensure that these goals and objectives of the processes involved are properly evaluated. which system can helen and her colleagues apply to evaluate this? helen and her colleagues require a blank to evaluate the goals and objectives.
Answers: 2
question
Computers and Technology, 24.06.2019 19:20
Which command suppresses the visibility of a particular row or column in a worksheet?
Answers: 1
You know the right answer?
"Please Solve Problem 3 Please" Program 1(Total Point 15): You will use scanner class and ask users...
Questions
question
Mathematics, 29.05.2020 18:03
question
Mathematics, 29.05.2020 18:03
Questions on the website: 13722363