Your Initials
Create your initials in Java using text output
If you do not understand this assignment, ask Mr. Cusack
and/or come to his tutorials on Mondays and Wednesdays afternoon till 4 PM.
Overview
- Use Eclipse to write a Java program that displays your personal initials using letters, numbers, and symbols.
- Your initials should be about the same size as the car photo shown above.
Objectives
- Create your initials using only printed characters — no images.
- Practice running a Java program in Eclipse.
- Practice saving and submitting work the way it will be done for future assignments.
Your Files names are listed below.
(Rename the X in PX to your class period and replace lastname with your actual lastname)
- PX_lastname_initials.java — The actual Java code.
- PX_lastname_initials.txt — A text file that shows the Java code (copy/paste the code).
- PX_lastname_initials.png — Screenshot of Eclipse showing your code.
- PX_lastname_initials.mp4 — Short video of you running your program in Eclipse.
Drop off all 4 files into your Google Drive under your class and Google Classroom.
Materials
- Desktop computer
- Windows 11
- Eclipse IDE
Your output should show up in the Eclipse Console.