944,191 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 867
  • Java RSS
Oct 2nd, 2009
0

help me...

Expand Post »
can someone help me????
give me coding for display
1
12
123
1234

1,3,5,7...n

123
456
789
help me...
and give me coding for while loop generate

0,1,1,2,3,5,8

sent coding to my email <snipped>

thank you..for da help...
Last edited by ~s.o.s~; Oct 3rd, 2009 at 3:31 am. Reason: Email id snipped; keep it on site.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
joannies is offline Offline
2 posts
since Oct 2009
Oct 2nd, 2009
0

Re: help me...

I don't see how giving you the code for that is going to help you at all. The whole point of the class is to learn something and that doesn't mean turning in something you got from the 'net.

Think.
Moderator
Featured Poster
Reputation Points: 3239
Solved Threads: 839
Posting Genius
Ezzaral is offline Offline
6,761 posts
since May 2007
Oct 2nd, 2009
0

Re: help me...

Click to Expand / Collapse  Quote originally posted by Ezzaral ...
I don't see how giving you the code for that is going to help you at all. The whole point of the class is to learn something and that doesn't mean turning in something you got from the 'net.

Think.
that a ouput for loop.. but i dont know, which one loop must be use for making this ouput... my head so tired... arghhhh.. help me...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
joannies is offline Offline
2 posts
since Oct 2009
Oct 2nd, 2009
-1

Re: help me...

Java Syntax (Toggle Plain Text)
  1. for(int i = 1; i <= 10; i++)
  2. {
  3. for(int j = 1; i <= i; j++)
  4. System.print(j);
  5.  
  6. System.println();
  7.  
  8. }
Reputation Points: 840
Solved Threads: 594
Senior Poster
firstPerson is offline Offline
3,865 posts
since Dec 2008
Oct 3rd, 2009
0

Re: help me...

Have a good sleep and then have a look in the trails
Reputation Points: 34
Solved Threads: 2
Junior Poster in Training
freelancelote is offline Offline
88 posts
since Aug 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: DNS query
Next Thread in Java Forum Timeline: NullPointerException problem T_T





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC