importjava.util.Scanner;
public class Tester {
public static voidmain(String[] args) {
float wallLength,wallHeight, wallWidth, doorWidth, doorHeight, window1Width,window1Height,
window2Width, window2Height, bookshelfLength, bookShelfHeight,bookshelfDeepness, paintCost,
carpentCost,areaPainting, areaCarpenting;
Scanner sc = newScanner(System.in);
System.out.println(“Enter the Length, Width and Height of wallcontinuously”);
wallLength =sc.nextFloat();
wallWidth = sc.nextFloat();
wallHeight = sc.nextFloat();
System.out.println(“Enter the Width and Height of doorcontinuously”);
doorWidth =sc.nextFloat();
doorHeight = sc.nextFloat();
System.out.println(“Enter the Width and Height of door Window1”);
window1Width =sc.nextFloat();
window1Height = sc.nextFloat();
System.out.println(“Enter the Width and Height of door Window2”);
window2Width =sc.nextFloat();
window2Height = sc.nextFloat();
System.out.println(“Enter the Length and Height and Deepness ofBookshelf”);
bookshelfLength =sc.nextFloat();
bookShelfHeight = sc.nextFloat();
bookshelfDeepness = sc.nextFloat();
System.out.println(“Enter the cost per square foot for painting andcarpeting”);
paintCost =sc.nextFloat();
carpentCost
PayPal Gateway not configured
PayPal Gateway not configured