Description
Write a program that prints out “C S ” in large black letters inside a border of “+ followed by two black lines, then message Computer Science & Cool Staff . The output should look as follows:
C C C | S S S S | 11 | ||
---|---|---|---|---|
C | C | S | S | |
C | S | 11 | ||
C | S | 11 | ||
C | S S S S | 11 | ||
C | S | 11 | ||
C | C | S | S | |
C C C | S S S S | 00 |
Computer Science 1s Cool Stuff 11
To start this exercise, you should do the following:
-
( ) One Eclipse file and click on a two-way project frame it Assignment 1.
-
And A Class named coolStuff to this project. – Copy the program from this document and paste (replacing everything) in the Eclipse editor window.
/* *******************************************************
CSC150
Assignment_1
Size name:
public class CoolStuff
{
public static void main(String[] args)
{
// your code
}
} / end of class coolStuff
Please submit your program (the java file) to designment 1 Dropbox in Moodle.