Question: Use and manipulate String objects in a programming solution. Write a Java program that implements the encryption flowchart, or pseudocode, from Exercise 4 . Use
Use and manipulate String objects in a programming solution.
Write a Java program that implements the encryption flowchart, or pseudocode, from Exercise Use the logic in your flowchart as a guide. Write a program that reads text from a file. For each word in the file, output the original word and its encrypted equivalent in allcaps.
Here is a sample run of the program for the following input file. Your program should work with any file, not just the sample shown here.
Life is either a daring adventure or nothing at all
Program output
Life feLi
is si
either hereit
a a
daring ingdar
adventure tureadven
or ro
nothing ingnoth
at ta
all lal
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
