Search:

Type: Posts; User: pejagusta

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    1,125

    Re: help me please

    hello,sorry for mymistake ,
    i want to solve the question .
    this is apply Graphical User Interface and Event Handling programming .
    (This system is allowing teacher to key in student mark for...
  2. Replies
    16
    Views
    3,229

    Re: how to solve this question ? please help me

    Create an abstract class called GeometricFigure. Each figure includes a height, a width, a figure type and an area. Include an abstract method to determine the area of the figure. Create two...
  3. Replies
    4
    Views
    1,125

    help me please

    how to have a submit button code and result .:o:o:o:o
  4. Replies
    16
    Views
    3,229

    Re: how to solve this question ? please help me

    can u give me the output for my question .
  5. Replies
    16
    Views
    3,229

    Re: how to solve this question ? please help me

    (DO NOT define height, width, type, and area for those two objects; by extending GeometricFigure, you can use the height, width, type, and area attributes from that class) what do you mean? can give...
  6. Replies
    16
    Views
    3,229

    Re: how to solve this question ? please help me

    class Triangle {
    private int width, height;
    public Triangle(int w, int h) {
    width = w;
    height = h;
    }
    public void setWidth(int w) {
    width = w;
    }
    public void setHeight(int h) {
  7. Replies
    16
    Views
    3,229

    Re: how to solve this question ? please help me

    i done for this code but i have many error :-s
  8. Replies
    16
    Views
    3,229

    Re: how to solve this question ? please help me

    can you give the code for this question ? i just need the code
  9. Replies
    16
    Views
    3,229

    how to solve this question ? please help me

    Create an abstract class called GeometricFigure. Each figure includes a height, a width, a figure type and an area. Include an abstract method to determine the area of the figure. Create two...
Results 1 to 9 of 9