Proper coding conventions required the first letter of class

Assignment Help JAVA Programming
Reference no: EM13896121

The files must be called <LastInitialFirstInitialUnit7.java> (driver)

<LastInitialFirstInitialHouse.java> (handles house variables and methods) 

Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.Only submit the .java files needed to make the program run. Do not submit the .class file or any other file.

Basic Requirements Write a driver and house class that gets input and using method call chaining creates 2 houses and outputs the results

LiFiUnit7.java

Provide a driver class that demonstrates this house class. You are to use the main method provided below exactly with the exception of the class name for house, follow the naming convention outlined above.

public static void main(String [] args)

{

Scanner stdIn = new Scanner(System.in); LiFiHouse house1, house2; //New horses 

//Create house 1 using default constructor house1 = new LiFiHouse();

house1.print(); //print house 1 with default values

String street, city, state, zipCode; int number;

System.out.println("House 1 Information"); System.out.print("Please enter house number: "); number = stdIn.nextInt();

stdIn.nextLine(); System.out.print("Please enter Street: "); street = stdIn.nextLine(); System.out.print("Please enter City: "); city = stdIn.nextLine(); System.out.print("Please enter State: "); state = stdIn.nextLine();

System.out.print("Please enter ZipCode: "); zipCode = stdIn.nextLine(); System.out.println();

 

//use method call chaining to set values

//and print results for house 1 house1.setNumber(number).setStreet(street)

.setCity(city).setState(state).setZipCode(zipCode).print();

System.out.println("House 2 Information"); System.out.print("Please enter house number: "); number = stdIn.nextInt();

stdIn.nextLine(); System.out.print("Please enter Street: "); street = stdIn.nextLine(); System.out.print("Please enter City: "); city = stdIn.nextLine(); System.out.print("Please enter State: "); state = stdIn.nextLine();

System.out.print("Please enter ZipCode: "); zipCode = stdIn.nextLine(); System.out.println();

//create house 2 using 5 parameter constructor

house2 = new LiFiHouse(number, street, city, state, zipCode);

//print house 2 house2.print();

}

This demonstration driver does not call all accessor and mutator methods but it is normal to create them regardless of an immediate use. They may be needed in the future.

 

Sample output is provided below. Be sure to mimic it exactly except for values entered.

LiFiHouse.java 

Write a House class called LiFiHouse.java that implements the following methods

·         setNumber – receives the house number

·         setStreet – receives the street name

·         setCity – receives the city name

·         setState – receives the state name

 

·         setZipCode – receives the zip code

Separate accessor methods for each instance variable utilized. 

 

Pay attention to implement method call chaining as prescribed in the main method given.

Reference no: EM13896121

Questions Cloud

Summarize the research theory framework : Summarize the research theory framework. List the research questions and the study's purpose.
Aca codes of ethics and consultation : What resources, other than the ACA Codes of Ethics and consultation with peers, can counsellors use to resolve ethical dilemmas they encounter in their work with minors?
How can you ?nd the t value : Find the t value for 5, 2.5, and 0.5% of the area within each tail for a sample size, n, that is very large or in?nite. How do these t values compare with their corresponding z values?
Brooks co. purchases various investments in trading : Brooks Co. purchases various investments in trading securities at a cost of $ 66,000 on December 27, 2013. (This is its first and only purchase of such securities.) At December 31, 2013, these securities had a fair value of $ 72,000.
Proper coding conventions required the first letter of class : The files must be called  (driver) (handles house variables and methods) Proper coding conventions required the first letter of the class start with a capital letter
Is the information contained in the articles reliable? : Is the information contained in the articles reliable? Explain
What does the result of part a tell us : A random sample of 64 with a mean of 50 and a standard deviation of 20 is taken from a population of 800. Find an interval estimate for the population mean such that we are 95% con?dent that the interval includes the population mean.
What is the main advantage of assessing the welfare impact : What is the main advantage of assessing the welfare impact of a merger by looking at its ‘external effect'? Explain in words the condition under which this external effect is positive.
Compute overall scale factors by raising the scale factor : Finally it needs functions to return whether an animation is in progress and one to return the current step of the animation. Those functions will need to be called by the Transformation class and the Scaling class must must be modified so the the ..

Reviews

Write a Review

JAVA Programming Questions & Answers

  Communication with an smtp server

Develop a graphical user interface based java program that can communicate with a real SMTP email server for sending emails

  Javascript validation - cgi program

CGI mailer script form-mail.pl to your server's cgi-bin directory, and change the permissions on the script to make it executable - BMIS 310

  Questions of java programming

Write a program that opens a .txt, reads the contents of the file line by line, and prints the content of each line. To do this, you should use look up how to use the Buffered Reader class1. Remember to use the try and catch statements to handle e..

  Create a package called people

Create a second package called ‘task01'. Within this package provide classes which perform the following tasks.

  What is the purpose of using javascript on a website

What is the purpose of using JavaScript(r) on a website? What is a specific example of a JavaScript(r) application that will be beneficial on the site you are creating

  Need of arrays and list

why do we need arrays and list and why are they important?

  Why the java is called platform independent

Why the Java is called platform independent? Discuss.

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Program that prompts the user to enter the year and display

Write a program that prompts the user to enter the the year and first day of the year and displays the calendar table for the year on the console. For example , if the user entered the year 2013, and 2 for tuesday, January 1, 2013, your program shoul..

  How can an applet get information about the url

How can an applet get information about the URL it was called from? What is an applet? What API changes are there for applets with JDK 1.4?

  The tokens should be placed in an array of strings

Create a public class Postfix1 inside Postfix1.java and add a main method. Now write a static method to read in a line of text that is purportedly a postfix arithmetic expression from the console (without prompting), and split it into tokens eliminat..

  If there are 4 command line arguments

If there are 4 command line arguments (a b c filename.dat) then the engine should take a,b,c and store the resulting x1 and x2 in filename.dat working in silent mode (no use of screen)

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd