User Profile

Collapse

Profile Sidebar

Collapse
nemir
nemir
Last Activity: Sep 25 '07, 12:09 AM
Joined: Sep 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nemir
    started a topic suming series
    in Java

    suming series

    HELP!

    write a program to sum the following series

    1/3 + 3/5 + 5/7 + 7/9 + 11/13 ....... + 95/97 + 97/99


    I need desperately for homework
    See more | Go to post

  • nemir
    replied to nested loop
    in Java
    it works enough for me..I can figure out the rest of it..:)
    Thats at least i can do...
    See more | Go to post

    Leave a comment:


  • nemir
    replied to nested loop
    in Java
    believe me..I spend 3 hours on this for nothing...
    See more | Go to post

    Leave a comment:


  • nemir
    replied to nested loop
    in Java
    THIS WORKS>>THANK YOU :)...
    See more | Go to post

    Leave a comment:


  • nemir
    started a topic nested loop
    in Java

    nested loop

    I am new in Java and am really struggling with a this problem:

    Use nested loops that print the following patterns as shown:

    Pattern 1 Pattern 2 Pattern 3 Pattern 4
    1____________1 2 3 4 5 6 ___________ 1______1 2 3 4 5 6
    1 2 __________1 2 3 4 5 ____________2 1_______ 1 2 3 4 5
    1 2 3 ________1 2 3 4 ____________3 2 1__________1 2 3 4
    1 2 3 4_______1 2 3 ____________4...
    See more | Go to post
No activity results to display
Show More
Working...