Monday, September 17, 2007

5. Provide yourself an example (not one from your instructor) of how you use a particular command thatwill help jog your memory in the future when you need that command again. You must provide a littlecode as well as a written explanation with this one.



System.out.println(" ** ** "); System.out.println(" ** **"); System.out.println(" ** **"); System.out.println(" ** **"); System.out.println(" ***********"); System.out.println(" ** **"); System.out.println(" ** * * **"); System.out.println(" ** * * **"); System.out.println(" ** ****** **"); System.out.println(" ************* "); System.out.println(" ");

No comments: