1. Many programs convert the information provided by the user to a consistent format. For example, we could require all data that is read to be converted to uppercase. Create a Java program that...


1. Many programs convert the information provided by the user to a consistent format. For example, we could require all data that is read to be converted to uppercase. Create a Java program that reads, converts to uppercase and displays a person’s name and full address.


2. Write a program that displays a tree, such as the following one, using text characters:


                       /\


                     /    \


                 /             \


             /                     \


         /                             \


     ------------------------------


                     " "


                     " "


                     " "


Remember to use escape sequences to display the characters \ and the ".

May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here