Sale!

CSC150 Assignment 1 solved

$30.00 $18.00

Original Work ?

Download Details:

  • Name: AssignmentOne-lbuyed.zip
  • Type: zip
  • Size: 47.52 KB

Category: Tag: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (1 vote)

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.