Search:

Type: Posts; User: shawon barua

Search: Search took 0.08 seconds.

  1. Re: modify the code

    import java.io.*;
    import java.awt.*;
    import java.awt.Color;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import javax.swing.JFrame;
    import java.awt.Panel;
    import...
  2. Re: want code

    /* In a class hierarchy, private members remain
    private to their class.

    This program contains an error and will not
    compile.
    */



    // Create a superclass.
  3. Re: mycode

    import java.util.Scanner;
    class DataOfRoom
    {
    float width;
    float height;
    float depth;
    float length;
    float radious;

    DataOfRoom(float width,float height,float depth)
  4. Java program that will contain balance of 3 customers

    i need a program code that will contain balance of 3 customer.the program will contain a class that has the following member

    Data member:1.account number
    2.name
    ...
Results 1 to 4 of 4