Thursday, July 30, 2009

How do i come up with the proper coding if I want to draw a face in BlueJ?

This should work





/**


* The DrawFaceApp class implements an application that


* prints a face to standard output.


*/


class DrawFaceApp {


public static void main(String[] args) {


System.out.println("

How do i come up with the proper coding if I want to draw a face in BlueJ?

Reply:
Reply:| \n | | \n | o o | \n | || | \n | ---- | \n | | \n ------ "); // Display the string.


}


}





///


No comments:

Post a Comment