Search:

Type: Posts; User: Shoes Mosh

Search: Search took 0.25 seconds.

  1. It gives an error but i dont knw its cause...Please solve my problem

    I am a beginner please don't be short tempered....can u please judge me where I v went wrong here



    final class Balances
    {
    int bal;
    }
    class SavingsBal extends Balances
    {
  2. Re: i dont know where the problem is...help me here

    no the code is right..the problem i'm facing is that "data written in Employee.txt is not stored permanently..." I want it to be stored permanent..how can I so it?
  3. Re: i dont know where the problem is...help me here

    I try to go through them but still I cant see where I have gone wrong.. help please!!
  4. i dont know where the problem is...help me here

    I tried to create a text file named Employee.txt. It holds the details of the employees including their Employee ID, name, designation, department, address, and phone number. The text file contains...
  5. [SOLVED] Re: Help me on this code whats wrong with it?

    thanks in advance Norm...
  6. [SOLVED] Re: Help me on this code whats wrong with it?

    Here is the statement Norm
    I was trying to code from this below statement so I don't know where I went wrong.

    The FNB bank already has a Java application. But they want certain new features to...
  7. [SOLVED] Re: Help me on this code whats wrong with it?

    thanks Norm I edited it..I'm getting learned happy me

    "return principal, interest, time;" this part of the code is being highlighted
  8. [SOLVED] Help me on this code whats wrong with it?

    Guys what's wrong with my code it gives me an error I don't know why.



    class Accounts
    {
    int principal; // Data members of the class
    int interest;
    int time;
    int amt;
Results 1 to 8 of 8