Search:

Type: Posts; User: KotiChowdary

Search: Search took 0.15 seconds.

  1. Replies
    17
    Views
    28,107

    Sticky: Re: The Problem with Spoon-feeding

    I understood the spoon-feeding problem....and i assure i will not repeat this...
  2. Re: Exercise 98: how to write a main method with what I'm given

    //Creating Object To The Class APPoint using new() poerator which dynamically allocates space in heap
    APPoint a = new APPoint (25.3, -6.8);
    //when an object is created to the class then...
  3. Replies
    9
    Views
    1,026

    Re: Creating a new variable from two others

    hii...
    Instead of using multiple scanners use only one scanner to read all the input values of different formats...
    for example..
    //create Scanner
    Scanner s = new Scanner(System.in);
    //so you...
  4. Re: Hi guys, can any one tell what's wrong with my code?This is about stack as arrays and this is based on bluej environment

    hii....
    initially initialise top = -1 and variable max with some value......
    suppose max = 4;
    ...removed spoonfed code
  5. Thread: Lab 14

    by KotiChowdary
    Replies
    20
    Views
    2,584

    Re: Lab 14

    ...spoonfeeding removed
  6. Replies
    7
    Views
    1,362

    Re: help to create a class

    hii....the code below can solve your problem...
    ...
Results 1 to 6 of 6