Starting from:
$35

$29

Programming Assignment#1 Solution

Fares




Write a Java program named MyInitals1 that:




Displays a small paragraph describing yourself and your reasons in selecting VSU and your major.




Displays your initials in large block letters. Make each large letter out of the corresponding regular characters. For example:

JJJJJJJJJJJ A LLL
JJJJJJJJJJJ AAA LLL
JJ JJJ AA AA LLL
JJJ AA AA LLL
JJJ AA AA LLL
JJJ AAAAAAAA LLL
JJJ AAAAAAAAA LLL
JJ JJJ AA AA LLL
JJJJJJJJJJJ AA AA LLLLLLLLLL
JJJJJJJJJJJ AA AA LLLLLLLLLL





Documentations. Make sure you document your program:
Sample Program Documentation at the top of the program and the report

//***********************************************************

// Purpose: Getting started with Java and JGRASP. Creating, saving,

// compiling, debugging, and running a Java program.

//

// Input: None

// Output: Displaying a short paragraph about yourself and

// your initials in large block letters.

// Author: <Enter your name here

// Date: <Enter current date here

// Class: <Enter your class and section here

// Program: #1 (MyInitials1.java)

//***********************************************************

Attach (do not turn in any hardcopy) via BlazeView the following items:
A single typed page with your name, class, date, and program title. The report (named MyReport1) should include what you learned from the programming assignment, problems faced, skills learned, and your observations.
Name the class that contains the main method (MyInitals1).
Attach MyInitlas1.java NOT MyInitials1.class

Zip all your files into single one. Name it with your last name followed by the program#.
For example, Fares1

Make sure that your program is well documented and readable.
The output is well labeled and aligned



Note: One day late submission will be graded out of 50% of the grade. No assignments will be accepted after 24 hours.

More products