Search:

Type: Posts; User: DavidXCode

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,296

    Calculate method problem.....

    What calculate method can be use to calculate of 2 object mum&sister in family object....
    confusing... Some buddy help me?
  2. Re: Method calculate 2 object using constructor with parameter

    class BillTest is given from question...
    what i have to do is complete the Bill class.
    what method can be use to calculatetotal of 2 object mum ans sis with 2 parameter?
    the calculatetotal() is...
  3. Method calculate 2 object using constructor with parameter

    What method i should write the calculateTotal(mum,sister)?
    calculate the total " airtime from mum and sister" and "totalSms from mum and sister" ...
  4. Re: Display() and readInput () function Problem

    i have function readInput() as show below
    public void readInput()
    {
    System.out.println("Fruit Name:");
    name=input.nextLine();
    System.out.println("Fruit Country");...
  5. Re: Display() and readInput () function Problem

    i'm beginner to Java.. i have problem with writing the " display() " to display my input and " read input()" to read my input function.
  6. Display() and readInput () function Problem

    1540


    import java.util.Scanner;
    class Fruitt
    {
    private String name;
    private String country;
    private boolean edible;
    private double price;
Results 1 to 6 of 7