954,123 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

help me...

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

thank you..for da help...

joannies
Newbie Poster
2 posts since Oct 2009
Reputation Points: 10
Solved Threads: 0
 

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.

Ezzaral
Posting Genius
Moderator
15,985 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
 

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...

joannies
Newbie Poster
2 posts since Oct 2009
Reputation Points: 10
Solved Threads: 0
 
for(int i = 1; i <= 10; i++)
{
    for(int j = 1; i <= i; j++)
          System.print(j);

   System.println();

}
firstPerson
Senior Poster
3,923 posts since Dec 2008
Reputation Points: 841
Solved Threads: 608
 

Have a good sleep and then have a look in the trails

freelancelote
Junior Poster in Training
89 posts since Aug 2008
Reputation Points: 34
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: