|
![]() |
|||||||
| Business Networking Forum A place to introduce and network your business or service to fellow Jets Fans. NOTE: This is not a forum to spam. Illegal or inappropriate businesses will be deleted. The moderators reserve the right to delete any business they feel is inappropriate. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Still waiting for the next Jet SB crown.
Hall Of Fame
Join Date: Apr 2003
Location: Fr:NYC to Mid Ga.
Posts: 8,548
|
Off topic "Intro to Java Programming"
Somebody please help me to refresh my memory now.
Write, Compile, and test a class that displays the following pattern below in java. zip file. * * * * * * * * *
|
|
|
|
| Sponsored Links |
|
|
|
|
#2 |
|
Jets Insider VIP
Join Date: May 2004
Location: New Jersey
Posts: 5,556
|
Quick internet search found this. Shoudl be easy enough to modify
http://www.dreamincode.net/forums/showtopic24865.htm |
|
|
|
|
|
#3 |
|
GFY Snatchez!
Hall Of Fame
Join Date: Nov 2004
Location: LI
Posts: 17,884
|
Are you asking us to do your homework?
|
|
|
|
|
|
#4 |
|
Still waiting for the next Jet SB crown.
Hall Of Fame
Join Date: Apr 2003
Location: Fr:NYC to Mid Ga.
Posts: 8,548
|
|
|
|
|
|
|
#5 |
|
we gonna lay around the shanty, Mama, and put a
good buzz on
Hall Of Fame
Join Date: Jan 2006
Location: Rochester, NY
Posts: 13,507
|
My Braylon Edwards thread ends up in the dump... now this...
|
|
|
|
|
|
#6 |
|
Jets 38 Bills 17
All Pro
Join Date: Apr 2003
Posts: 9,177
|
|
|
|
|
|
|
#7 |
|
GFY Snatchez!
Hall Of Fame
Join Date: Nov 2004
Location: LI
Posts: 17,884
|
|
|
|
|
|
|
#8 |
|
Forever Awesome
All Pro
Join Date: Jul 2009
Posts: 8,886
|
Simple,
I used to be a java developer but now doing C# but I'll take a stab. class GetPattern { public static string ReturnPattern(){ private string pattern = "*\n\n* *\n\n* * *\n\n* *\n\n*"; return pattern; } } Done. Compile it. Then all you have to do to use it is write a console application to include the GetPattern class and execute it from the main method: include GetPattern; class RunPattern { public static void main(string args[]){ Console.Write(GetPattern.ReturnPattern()); } } |
|
|
|
|
|
#9 | |
|
I see the 88 to 97 period all over again.
Jets Insider VIP
Join Date: Sep 2005
Location: NC
Posts: 15,726
|
Quote:
Oy Veh.......... |
|
|
|
|
|
|
#10 |
|
All Pro
Join Date: Sep 2005
Location: Oceanside, Long Island
Posts: 9,150
|
( | ) ( / ) ( | ) ( \ ) ( | )
Shake that booty |
|
|
|
|
|
#11 |
|
is a geek who loves football boardgames.
Schluberator & Gadfly ®
Join Date: Mar 2005
Location: Virginia
Posts: 24,503
|
Please don't post OT threads in the Landing Strip. That's viewed as spamming and is a bannable offense.
|
|
|
|
![]() |
Bookmarks |
| Thread Tools | |
|
|