User Profile

Collapse

Profile Sidebar

Collapse
mixmaster
mixmaster
Last Activity: Jan 29 '07, 08:59 PM
Joined: Nov 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mixmaster
    started a topic restarting the game
    in Java

    restarting the game

    Hi All

    I have created a math game and i was wanting to have an option at the end of it

    Saying "would you like to try again y / n"

    how can i make the program do this
    If the person press's y it re-starts if no it exits

    Thanks
    See more | Go to post

  • mixmaster
    replied to Math
    in Java
    Output a question,
    read in the answer
    check the answer

    Exactly that,

    My level of programing Lower than novice im afraid, Just started but having a bad time with it

    Thanks
    See more | Go to post

    Leave a comment:


  • mixmaster
    started a topic Help with this code plz
    in Java

    Help with this code plz

    Hi When i run this code in JCreator and compile it ir comes up process complete but when i run it I get an exception in main error Why???

    import java.io.*;
    public class ReadTxtFile
    {
    public static void main(String args[]) throws Exception
    {
    BufferedReader br = new BufferedReader(
    new FileReader("tes t.txt"));
    String s;
    while...
    See more | Go to post

  • mixmaster
    replied to Math
    in Java
    Hi Sorry

    One which asks pre set questions the user then inputs what they think is the answer and the computer ten provides a
    right or wrong answer
    See more | Go to post

    Leave a comment:


  • mixmaster
    started a topic Math
    in Java

    Math

    Hi All
    very new to programing so please excuse me

    how would you create a math game in JAVA

    say 5 questions

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...