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
User Profile
Collapse
-
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 -
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... -
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 answerLeave a comment:
-
Math
Hi All
very new to programing so please excuse me
how would you create a math game in JAVA
say 5 questions
Thanks
No activity results to display
Show More
Leave a comment: