Skip to content

Java program to change a given String based on user input.

Notifications You must be signed in to change notification settings

shane-staret/StringManipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringManipulator

A simple Java program that can take a user's input and manipulate that input based on a user's instructions. This project uses a stack to account for every letter within a the user's message.


For example, say a user inputs "Hey, I guess this is a MESSAGE that I am sending into this program!":

Picture showing input

Then, you can enter in specific instructions to manipulate this message:

Picture showing input

Based on the commands "U R X Z", the message is changed so that the final message is this:

Picture showing output

About

Java program to change a given String based on user input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published