Search:

Type: Posts; User: Fanta Hubert

Search: Search took 0.12 seconds.

  1. Re: The program is right... but nothing is coming in the output....pleasse help...

    Yes....the program isn't showing me anything at all.. its not asking me anything....when I run..it just shows... BUILD SUCCESSFULL..(run time: 0 seconds)
  2. The program is right... but nothing is coming in the output....pleasse help...

    import java.util.Scanner;
    class Balance
    {
    Scanner sc=new Scanner(System.in);
    int bal;
    void balc()
    {
    System.out.println("\n Enter the Amount : ");
    ...
  3. Replies
    18
    Views
    1,616

    Re: how to access array f objects in java

    EXACTLY...!!!! exactly........any idea how to do tht..??
    I used to have an object array for it in c++... well im zero abt it in java....please help me out..
  4. Replies
    18
    Views
    1,616

    Re: how to access array f objects in java

    import java.util.Scanner;
    class A
    {
    double bp,da,hra,gp;
    int pf,ca;
    void professor()
    {
    bp=37000;
    da=0.4*37000;
    hra=10000;
  5. Replies
    18
    Views
    1,616

    Re: how to access array f objects in java

    do I have to add tht before and after my code to convert it to a presentable form?
  6. Replies
    18
    Views
    1,616

    Re: problem with accesing the classes with objects

    and how do I use code tags and full stack trace?
  7. Replies
    18
    Views
    1,616

    Re: how to access array f objects in java

    and how do I do tht??
    this is my coding.......
    import java.util.Scanner;
    class A
    {
    double bp,da,hra,gp;
    int pf,ca;
    void professor()
    {
    bp=37000;
  8. Replies
    18
    Views
    1,616

    problem with accesing the classes with objects

    import java.util.Scanner;
    class A
    {
    double bp,da,hra,gp;
    int pf,ca;
    void professor()
    {
    bp=37000;
    da=0.4*37000;
    hra=10000;
  9. Replies
    18
    Views
    1,616

    Re: how to access array f objects in java

    ummm... actually wat I meant was not ecaxtly this.... its like.... I access a class repeatedly using an object..and I want to store each access to the class in an array of the object tht I created...
  10. Replies
    18
    Views
    1,616

    need help in using array of objects to access classes...

    hi...im just running over some programs in java inheritance... and i so desperatly need to use array of objects for acesing some of my subclasses.....ive done this in c++ ,....well i guess its not...
  11. Replies
    18
    Views
    1,616

    how to access array f objects in java

    Hi.... im just trying out some new programs using inheritance... can sumone pleeassee teme how to use array of objects in java??? ive donw it in c++ but i guess its no tthe same here in java...can...
  12. Thread: hi..

    by Fanta Hubert
    Replies
    3
    Views
    971

    hi..

    hi everybody... im a new member... so please help me out here...
Results 1 to 12 of 12