Forum: Java Dec 16th, 2008 |
| Replies: 5 Views: 384 yea i have a hard time breaking things up into methods. can someone please help me out with that? |
Forum: Java Dec 16th, 2008 |
| Replies: 5 Views: 384 import java.io.*;
import java.util.*;
public class trial{
public static void main(String[] args) throws FileNotFoundException {
Scanner input = new Scanner(new... |
Forum: Java Dec 16th, 2008 |
| Replies: 5 Views: 384 please can someone help me with this HW
the instructions are :
# The computer should ask the player for the largest possible value which could be generated (N)
# The maximum number of guesses... |