Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello! I require some assistance in writing a Java program / project . I am using the Eclipse IDE softare for this project. The program
Hello! I require some assistance in writing a Java programproject I am using the Eclipse IDE softare for this project. The program consists of steps.
Implement a method, named "SentenceReverser," which accepts a sentence as input and displays the reversed sentence. In the main method, perform testing of the SentenceReverser method using your name ie "Gerry Ridge" "egdiR yrreG"
Create an array to store the names of your favorite books. Implement a method for searching a specific book within the array, and ensure that it displays both the index number and the title of the book. In the main method, perform testing.
Create a method that accepts an integer as input and returns the sum of its digits. In the main method, conduct testing of this method using an ID number. ie
Create a method that takes a string as input and determines whether the length of the provided string is a prime number. In the main method, declare a String variable and initialize it with the name of a class ie "COP Subsequently, perform testing of the created method using the length of this string variable.
Part is divided in two sections:
A Construct a program that prompts the user to input the number of students they wish to document. Subsequently, within a loop, gather information on each student, including their name and corresponding scores, and record this data into a text file named "Students.txt The structure of the text file should resemble the following:
Joy Alisya
Dillon Chase
Valary Sutton
B Develop a separate program to read the file, calculate the average score, and identify students whose scores surpass the calculated average. The output should be presented as follows:
The average score is
Joy Alisyas score is above the average.
Please note: Each section of this project is meant to be separated into separate files java and then put together in a ZIP. I would greatly appreciate it if each section could be put in an order like: Taskjava, Taskjava, Taskjava, Taskjava, Taskajava, and Taskbjava
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started