Search:

Type: Posts; User: davidjava

Search: Search took 0.10 seconds.

  1. Re: variable fact might not have been initialized

    Thanks for your suggestion . An error still pops out however , import java.util.* ;

    public class useTest {
    public static void main ( String args[]) {
    Scanner kb = new Scanner (...
  2. variable fact might not have been initialized

    The frst part of the program is working perfectly fine . The class useTest is linked to another class, Test , which is working out the first part of the program. I have an error in the bottom part of...
Results 1 to 2 of 2