Sale!

CSC 1301 Homework 03 –mutli-parts solved

Original price was: $35.00.Current price is: $30.00. $25.50

Category:

Description

5/5 - (6 votes)

Practical section- 60
Part 1a –
For this question you must write a program in Java that draws two pictures. Each of the
pictures must be 10 to 15 println statements long and contain at least one escape sequence.

Below are some sample pictures, but you cannot use these. You must think of your own
pictures to draw or find ideas at http://www.ascii-art.de/ which is where I got these.

Make sure your java program has a comment at the beginning that includes your name
and the fact that this is homework 03.

Make sure your program is properly indented.

Your program only needs to have a main method.

After you have written it, compile it and run it to make sure it works.

Then submit to Icollege your .java file only. I do not need the .class
file for this assignment.

Please use this heading format

//////////////////////////////////////////////////////////////
// Solution to Programming Project 1 //
// Name: //
// Lab time: //
// Program description: //
//////////////////////////////////////////////////////////////
Objective: Using Escape Sequence to produce the output shown in all
samples below.
Sample Drawings:
Part 1a Display your Name in a 3-D effect (must be at least 4 character
long). You may use your First or Last name.

See Demo example

Part 1b
(Images should not be Identical. You MUST create 2 images using your own
creation/imagination NOT a replica of below)