User Profile

Collapse

Profile Sidebar

Collapse
eddiepo
eddiepo
Last Activity: Jan 29 '07, 02:29 PM
Joined: Nov 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eddiepo
    replied to plz help me..its urgent
    in Java
    pixcee,

    here's something i came up with. try and check it out if the algorithm/code is ok. as always, there might be other and more efficient ways to solve the problem...

    cheers...

    eddie

    Code:
    import java.io.*;
    import java.util.*;
    
    public class PIXCEE2000 {
    
        public static void main(String[] args) {
            try {
                //we
    ...
    See more | Go to post

    Leave a comment:


  • eddiepo
    replied to Please can someone help me with this program
    in Java
    Code:
    public class PlayerRating {
    
        Player[] players = new Player[] 
            {
                new Player("Mickey Mantle", 5),
                new Player("Ty Cobb", 3),
                new Player("Babe Ruth", 4),
                new Player("Pete Rose", 3),
                new Player("Sammy Sosa", 1)
            };    
    
        class Player {
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...