2173 Salk Avenue, Suite 250 Carlsbad, CA

support@assignmentprep.info

I’m working on a java question and need an explanation to help me learn.Implement

May 27, 2021
Christopher R. Teeple

I’m working on a java question and need an explanation to help me learn.Implement each of the following functions and write a basic main() function that tests each. For convenience, you should be able to find this starter class under Mimir’s assignment 4 starter code.Do not change the return types, names, or parameters of any of these functions or of the name of the class itself. There is also no need in this assignment for any global variables.

You are strongly encouraged to use your solution for some of these functions in others by making a function call (and not by copying and pasting). You are also strongly encouraged to write your own short, helper functions in order to simply things.public class StringPractice {
/*
* returns true if c is one of the characters typically used to represent a “face card” in a
* standard deck of playing cards.
*
* These include: jack ‘J’ or ‘j’ queen ‘Q’ or ‘q’ king ‘K’ or ‘k’ ace ‘A’ or ‘a
*/
public static boolean isFace(char c) {
/*
* placeholder just so that the function compiles. fill in your implementation here.
*
* there is a similar placeholder for each of the remaining functions
*/
return true;
}
/*
* returns the index of the first face-card letter in s or -1 if s contains no face-card letters
*/
public static int indexOfFirstFace(String s) {
return -1;
}
/*
* returns the index of the first occurrence of a face-card letter in s starting from index
* startPosition or -1 if there are none at index startPosition or later. Notice that this method
* has the same name as the previous one, but that it takes a different number of arguments. This
* is perfectly legal in Java. It’s called “method overloading”
*/
public static int indexOfFirstFace(String s, int startPosition) {
return -1;
}
/*
* returns the index of the last occurrence of a face-card letter in s or -1 if s contains none
*/
public static int indexOfLastFace(String s) {
return -1;
}
/*
* returns s in reverse. For example, if s is “Apple”, the method returns the String “elppA”
*/
public static String reversed(String s) {
return “”;
}
/*
* returns the number of times that n occurs in h. For example, if h is “Mississippi” and n is
* “ss” the method returns 2.
*/
public static int numOccurrences(String h, String n) {
return 0;
}
/*
* returns true if s is the same backwards and forwards and false otherwise
*/
public static boolean sameInReverse(String s) {
return true;
}
/*
* returns a new String which is the same as s, but with all of the face-card letters removed.
*/
public static String withoutFaces(String s) {
return “”;
}
/*
* returns true if s consists only of face-card letters or false otherwise
*/
public static boolean containsOnlyFaces(String s) {
return true;
}
/*
* returns true if s contains no face-card letters or false otherwise
*/
public static boolean containsNoFaces(String s) {
return true;
}
/*
* Passed a reference to a person’s name in the form FIRST_NAME LAST_NAME. The method returns a
* reference to a new String in the form LAST_NAME, FIRST_NAME.
*
* For example, if we were passed “Spongebob Squarepants”, we’d return “Squarepants, Spongebob”.
* You may assume that the method is passed exactly two words separated by a single space.
*/
public static String lastFirst(String s) {
return “”;
}
}
Requirements: any

Struggling With a Similar Paper? Get Reliable Help Now.

Delivered on time. Plagiarism-free. Good Grades.

What is this?

It’s a homework service designed by a team of 23 writers based in Carlsbad, CA with one specific goal – to help students just like you complete their assignments on time and get good grades!

Why do you do it?

Because getting a degree is hard these days! With many students being forced to juggle between demanding careers, family life and a rigorous academic schedule. Having a helping hand from time to time goes a long way in making sure you get to the finish line with your sanity intact!

How does it work?

You have an assignment you need help with. Instead of struggling on this alone, you give us your assignment instructions, we select a team of 2 writers to work on your paper, after it’s done we send it to you via email.

What kind of writer will work on my paper?

Our support team will assign your paper to a team of 2 writers with a background in your degree – For example, if you have a nursing paper we will select a team with a nursing background. The main writer will handle the research and writing part while the second writer will proof the paper for grammar, formatting & referencing mistakes if any.

Our team is comprised of native English speakers working exclusively from the United States. 

Will the paper be original?

Yes! It will be just as if you wrote the paper yourself! Completely original, written from your scratch following your specific instructions.

Is it free?

No, it’s a paid service. You pay for someone to work on your assignment for you.

Is it legit? Can I trust you?

Completely legit, backed by an iron-clad money back guarantee. We’ve been doing this since 2007 – helping students like you get through college.

Will you deliver it on time?

Absolutely! We understand you have a really tight deadline and you need this delivered a few hours before your deadline so you can look at it before turning it in.

Can you get me a good grade? It’s my final project and I need a good grade.

Yes! We only pick projects where we are sure we’ll deliver good grades.

What do you need to get started on my paper?

* The full assignment instructions as they appear on your school account.

* If a Grading Rubric is present, make sure to attach it.

* Include any special announcements or emails you might have gotten from your Professor pertaining to this assignment.

* Any templates or additional files required to complete the assignment.

How do I place an order?

You can do so through our custom order page here or you can talk to our live chat team and they’ll guide you on how to do this.

How will I receive my paper?

We will send it to your email. Please make sure to provide us with your best email – we’ll be using this to communicate to you throughout the whole process.

Getting Your Paper Today is as Simple as ABC

No more missed deadlines! No more late points deductions!

}

You give us your assignments instructions via email or through our order page.

Our support team selects a qualified writing team of 2 writers for you.

l

In under 5 minutes after you place your order, research & writing begins.

Complete paper is delivered to your email before your deadline is up.

Want A Good Grade?

Get a professional writer who has worked on a similar assignment to do this paper for you