public void setRate(double rate)
{
chosenRate = rate;
}
// DECLARE THE CONSTRUCTOR
public Furniture
{
Scanner input = new Scanner(System.in);
System.out.print("What type of wood table are you looking for?");
System.out.print("Enter " + PINE_CODE + " for Pine table " + OAK_CODE + " for Oak table, or " + MAHOGANY_CODE + " for Mahogany table...");
You need to name every code block...

New Topic/Question
Reply







MultiQuote







|