1. Uppercase: Write a program that will print out each character of the input string in a new line (one character per line), all in uppercase. 2. User ID: Let user input first name, last name, and...


I want to know Question 2 answer...


In java code.


1. Uppercase: Write a program that will print out each character of<br>the input string in a new line (one character per line), all in<br>uppercase.<br>2. User ID: Let user input first name, last name, and birth year,<br>write a program to create a user ID with the first initial followed by<br>the first three letters of the last name and last 2 digits of the birth<br>year. Make sure to have a string variable declared for use ID only<br>and print this string variable.<br>Example: Mary Jane, 1956. ID: mjan56 (all lower cases).<br>

Extracted text: 1. Uppercase: Write a program that will print out each character of the input string in a new line (one character per line), all in uppercase. 2. User ID: Let user input first name, last name, and birth year, write a program to create a user ID with the first initial followed by the first three letters of the last name and last 2 digits of the birth year. Make sure to have a string variable declared for use ID only and print this string variable. Example: Mary Jane, 1956. ID: mjan56 (all lower cases).

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here