Search:

Type: Posts; User: michael c

Search: Search took 0.16 seconds.

  1. Replies
    1
    Views
    782

    ASSIGNMENT INVOLVING RANDOM UTIL

    this is the original code:

    import java.util.Scanner;

    public class GuessANumber_basic
    {
    public static final int TARGET = 37;

    public static void main(String[] args)
    {
  2. Replies
    1
    Views
    1,033

    assignement help

    i have a program in java that has an assigned target number that must be between 1 to 100 in the initial code under the class GuessNUmber
    the target is as follows: public static final int TARGET =...
Results 1 to 2 of 2