Reference no: EM131271578
Write your code in the file PigLatin.java. Your code should go into a method with the following signature. You may write your own main method to test your code. The graders will ignore your main method:
public static String translate (String original){}
Write your code in the file WordCount.java. Your code should go into a method with the following signature. You may write your own main method to test your code. The graders will ignore your main method:
public static int countWords(String original, int minLength){}
Your method should count the number of words in the sentence that meet or exceedminLength (in letters). For example, if the minimum length given is 4, your program should only count words that are at least 4 letters long.
Words will be separated by one or more spaces. Non-letter characters (spaces, punctuation, digits, etc.) may be present, but should not count towards the length of words.
Hint: write a method that counts the number of letters (and ignores punctuation) in a string that holds a single word without spaces. In your countWords method, break the input string up into words and send each one to your method.
"Pig Latin" is a fake language used as a children's game. A word in English is "translated" into Pig Latin using the following rules:
- If the English word begins with a consonant, move the consonant to the end of the word and add "ay". The letter Y should be considered a consonant.
- If the English word begins with a vowel (A, E, I, O, or U), simply add "way" to the end of the word.
(This is a simplified dialect of Pig Latin, of course.)
Write your method so that it returns the pig latin translated original string. You may assume that the input does not contain digits, punctuation, or spaces. The input may be in any combination of uppercase or lowercase. The case of your output does not matter.
Championed sustainable supply chain practices
: Find an organization that has championed sustainable supply chain practices. Highlight the sustainability achievements of the organization you’ve chosen and provide a convincing argument at to why your organization is a sustainability “Champion.”
|
Develop a comprehensive analysis using npv
: In this assignment, use the information above to develop a comprehensive analysis using NPV, Payback Method, and IRR to develop a recommendation on replacing the existing equipment with a new computerized version
|
Computer program that computes the ticket price
: A local art gallery has tasked you with writing a computer program that computes the ticket price based on the visitor's age. Because of the high value of the art exhibits, only visitors 12 years and older are allowed in the art gallery.
|
Analyzing projects by determining longest sequence of tasks
: CPM, a technique for analyzing projects by determining the longest sequence of tasks (or the sequence of task with the least slack) through a project network Organizations today are also increasingly using virtual project management teams. They are p..
|
Count the number of words in the sentence
: Your method should count the number of words in the sentence that meet or exceedminLength (in letters). For example, if the minimum length given is 4, your program should only count words that are at least 4 letters long.
|
What are the pros and cons of this law
: The Lilly Ledbetter Fair Pay Restoration Act of 2009 changes the statute of limitations for a claim under Title VII and the EPA for an unjustified pay difference between male and female. The Act resets the statute every time a person received an uneq..
|
What key competencies have you already realized in journey
: What key competencies and accomplishments have you already realized in the journey of your life and work? What other interests and talents do you have that you are passionate about but you have not fully developed?
|
How a business function with which you are familiar
: Provide and discuss an example of how a business function with which you are familiar with (e.g. sales, marketing, finance, operations/production, accounting, human resources) utilizes information Technology for operational and/or strategic purpos..
|
Improve and modify few things in the given room planning
: Improve and modify few things in the given Room Planning. - Look at the project resource "Room Planning Information". The dimensions of your room do not match that of the space Carrie and Fred have.
|