PRG/420 Week 5 Java 5.19 LAB: Remove spaces – methods

$ 7

PRG/420 Week 5 Java 5.19 LAB: Remove spaces – methods

Write a program that removes all spaces from the given input.
Ex: If the input is:
Hello my name is John.
the output is:
HellomynameisJohn.

Your program must define and call the following method. The method should return a string representing the input string without spaces.
public static String removeSpaces(String userString)

Note: This is a lab from a previous chapter that now requires the use of a method.

994 in stock

SKU: PRG420WK5LAB5P19 Category:

Description

PRG/420 Week 5 Java 5.19 LAB: Remove spaces – methods

Write a program that removes all spaces from the given input.
Ex: If the input is:
Hello my name is John.
the output is:
HellomynameisJohn.

Your program must define and call the following method. The method should return a string representing the input string without spaces.
public static String removeSpaces(String userString)

Note: This is a lab from a previous chapter that now requires the use of a method.

Reviews

There are no reviews yet.

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