Question: B6 iven the following Java program code: Question B6(continued ) public double transportationFee() i return weight 500; 1 public class Table extends furniture f int
B6


iven the following Java program code: Question B6(continued ) public double transportationFee() i return weight 500; 1 public class Table extends furniture f int width-3; public Table (int s) width =s : b public void drawTopview \{\} I String s=n"; for int i=0; ii++ s+= s "; 1 for [int i= width; i>0;i}[ System. out, println ( " +"+s+n+"); 1 public static void main (String[] args) [ Table tA= new Table (5); tA. setreplaceable {false}; tA. weight =55; System,out.println("TableA weight in pound: " + tA. weight InPound {1}; System. out.printin("TableA transportation Fee: "+ tA.transportationFee()\}; tA. drawropview (): (a) Show the output when successfully executing Table in Java. (6 marks) (b) Add an instant method picMeO) in Table.java so that the id is also displayed after executing drowTopView0. (4 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
