PRG/420 Week 5 Java 5.20 LAB: Acronyms

$ 7

PRG/420 Week 5 Java 5.20 LAB: Acronyms

An acronym is a word formed from the initial letters of words in a set phrase. Write a program whose input is a phrase and whose output is an acronym of the input. If a word begins with a lower case letter, don’t include that letter in the acronym. Assume there will be at least one upper case letter in the input.

Ex: If the input is Institute of Electrical and Electronics Engineers, the output should be:
IEEE

Your program must define and call a method thats returns the acronym created for the given userPhrase.
public static String CreateAcronym(String userPhrase)

Hint: Refer to the ascii table to make sure a letter is upper case.

993 in stock

SKU: PRG420WK5LAB5P20 Category:

Description

PRG/420 Week 5 Java 5.20 LAB: Acronyms

An acronym is a word formed from the initial letters of words in a set phrase. Write a program whose input is a phrase and whose output is an acronym of the input. If a word begins with a lower case letter, don’t include that letter in the acronym. Assume there will be at least one upper case letter in the input.

Ex: If the input is Institute of Electrical and Electronics Engineers, the output should be:
IEEE

Your program must define and call a method thats returns the acronym created for the given userPhrase.
public static String CreateAcronym(String userPhrase)

Hint: Refer to the ascii table to make sure a letter is upper case.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.