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
User Profile
Collapse
-
it works enough for me..I can figure out the rest of it..:)
Thats at least i can do... -
-
-
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...
No activity results to display
Show More
Leave a comment: