Question: Assignment 3 requires you to create Java code to produce the output as shown below. There is also a flowchart in the course documents to
Assignment 3 requires you to create Java code to produce the output as shown below. There is also a flowchart in the course documents to assist you in creating your program. There are two questions in the assignment.
- You will complete question 1 by attaching a TEXT file of your Java program and uploading it via question 1 in blackboard.
- You will provide a SHORT LINK (I have made a video of this) using Pythontutor which allows your code to run. The link will be uploaded to blackboard using question 2.
The specifications are simple. Produce a listing of the letters of the alphabet and their respective number in the alphabet in a vertical format. It will look as follows
a is the number 1 letter of the alphabet
b is the number 2 letter of the alphabet
output a line like the two above for EACH letter in the alphabet. The output will be in VERTICAL format as shown.
Your program program can not hardcode the lines of output e.g.
System.out.println("a is the number 1 letter of the alphabet")
System.out.println("b is the number 2 letter of the alphabet")
etc. etc.
Hardcoded programs wont be accepted.

The ouput will look as follows X is the number Y letter in the alphabet The output will look as follows a is the number 1 letter in the alphabet Assignment 3 int i, j # 1,k:0 b is the number 2 letter in the alphabet z is the number 26 letter in the alphabet continue until you have printed out all alphabet the letters in the alphabet with their respective abcdefghijklmnopqurstuvwxyz number in a VERTICAL format as shown. i length of alphabet False 0EXIT True i- print a message of the form Character is the number X letter of the alphabet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
