Forum: Java Nov 3rd, 2007 |
| Replies: 1 Views: 1,580 ...kindly help me with this..........my code doesn't work....
...create a program that will ask questions and at the end of the session it will display the total number of correct answers and the... |
Forum: Java Oct 17th, 2007 |
| Replies: 2 Views: 721 ........wow........it worked......thanks a lot for your help sir masijade. |
Forum: Java Oct 17th, 2007 |
| Replies: 2 Views: 721 // accept numbers from 0.1 to 99.9 then count the number of tens, ones, and tenths
import java.io.*;
public class accept99_9 {
public static void main(String[] args)throws... |