|
Advertisement
|
Forum posts by Aaron:1 page [ 1 ]
Posted in Java Answers Forum, Mar 29, 2002, 8:50 AM
Well I actualy put some work into mine, I though this was a help fourm. I just need some help debuging my code.
Posted in Java Answers Forum, Mar 29, 2002, 8:07 AM
This program is supposed to allow for the user to input any amount of numbers then when they typ stop it will average the numbers given and returned the number. But all it does as of now is not work.import java.io.*;public class DontStop{static String STOP_WORD="stop";static BufferedReader keyboard=new BufferedReader(new...
1 page [ 1 ]
|