| | |
help me...
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Oct 2009
Posts: 2
Reputation:
Solved Threads: 0
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...
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.
•
•
Join Date: Oct 2009
Posts: 2
Reputation:
Solved Threads: 0
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...
Java Syntax (Toggle Plain Text)
for(int i = 1; i <= 10; i++) { for(int j = 1; i <= i; j++) System.print(j); System.println(); }
1) What word becomes shorter if you add a letter to it?
[ Solved by : niek_e, Paul Thompson, SgtMe]
2) What does this sequence equal to : (.5u - .5a)(.5u-.5b)(.5u-.5c) ...
[*solved by : murtan]
3) What is the 123456789 prime numer?![]() |
Other Threads in the Java Forum
- Previous Thread: DNS query
- Next Thread: NullPointerException problem T_T
| Thread Tools | Search this Thread |







