Search:

Type: Posts; User: scottey313

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,293

    guessing game

    im trying to generate a random number and have the user guess it until they get it right here is the code:



    import java.util.Scanner;
    import java.util.Random;
    public class Welcome
    {...
  2. Replies
    5
    Views
    1,555

    Re: beginner programmer trouble

    where would i incorporate it though, i tried putting it in there and it made the code act all weird where the letter grades would appear at random times
  3. Replies
    5
    Views
    1,555

    Re: beginner programmer trouble

    /*
    Author: Scott Buist
    Date: December 5, 2011
    Title: DisplayGrades
    Prog: 7.1
    Instr: Tim Koets
    */
    import java.util.Scanner;
    public class DisplayGrades
    {
  4. another assignment from beginner programmer trouble

    The test will be on 12/5. Your goal will be to write a Java application and submit it before the end of class. You will have the entire three hours to complete the test. Here are the things you...
  5. Replies
    5
    Views
    1,555

    beginner programmer trouble

    I am a beginning level programmer taking an intro programming class and im still having trouble. These are 2 assignments due monday the 5th of december. if you could either complete them and explain...
  6. Replies
    2
    Views
    3,625

    guessing game assignment

    here is the assignment:
    Program 6.2

    Write a program named GuessingGame that generates a random number in the range of 1 through 100 and asks the user to guess what the number is. If the user's...
Results 1 to 6 of 7