Search:

Type: Posts; User: Tshoganetso lecha

Search: Search took 0.08 seconds.

  1. Re: please help me find errors on my code,please give me reasons why i keep getting errors

    Thanks
  2. Re: i have created the following code for classes, Account and SavingAcc, However, the preceding code results in compilation error. Identify the error please help me with the error? and please be more specific?

    i am using netbeans 8.0 this what i get ,

    run:
    java.lang.ExceptionInInitializerError
    Caused by: java.lang.RuntimeException: Uncompilable source code - class CurrentBal is public, should be...
  3. Re: please help me find errors on my code,please give me reasons why i keep getting errors

    how should it be?
  4. i have created the following code for classes, Account and SavingAcc, However, the preceding code results in compilation error. Identify the error please help me with the error? and please be more specific?

    public class Account {
    public void checkBal(string accNum) {
    }
    public void withdrawAmt(string accNum) {
    }
    public static void depositAmt(string accNum) {
    }
    }
    public class SavingAcc extends...
  5. Re: please help me find errors on my code,please give me reasons why i keep getting errors

    Can you please be at least more specific because m kind of beginner in java?
  6. please help me find errors on my code,please give me reasons why i keep getting errors

    class Accounts
    {
    int principal; // Data members of the class
    int interest;
    int time;
    int amt;
    public Accounts ()
    {
    principal = 50000;
    interest = 5;
Results 1 to 6 of 6