Develop your programming and problem solving skills

Assignment Help Other Subject
Reference no: EM131944090

Assignment

Introduction
You must demonstrate your assignment in your timetabled practical class prior to your final submission.

Objective
The objective of this assignment is to develop your programming and problem solving skills in a step-by-step manner. The different stages of this assignment are designed to gradually introduce different concepts, such as loops, arrays, and methods.

Students will be awarded partial marks for explaining a valid strategy, even if the program is not working.

Assessment
Demonstration: The demonstration is worth 10% of the final grade (half of the weight of Assignment 1). The whole assignment group must be present to demonstrate the assignment in a timetabled practical class (tute-lab) prior to the final submission. If members come from different classes, please choose just one of the classes to make the demonstration. Subject to on-time final submission and plagiarism detection, you will receive the preliminary marks for your demonstration. The code should be clean and have proper comments. You can choose to demonstrate either during week 6 or week 7 tute-lab, but you can do it just once.

Assessment tasks

Your program should consist of a LandVille class that contains the main method. The class has a two dimensional array of integers called ‘land'. The ‘land' variable should not be accessible outside the class. The class also has a Boolean variable ‘hasHouse' that stores the information of whether is an existing house in the land. The methods of this class are: displayLand(),buildHouse(), and clearLand().

Task A

The constructor of the LandVille class takes 2 parameters: the number of rows of the land, the number of columns of the land. In the constructor of this class, write code to initialize land with the size of row and column. Initialize each value of the array ‘land' with the value 0, which means that plot is empty. Initialize the value of ‘hasHouse' to false.

Task B

Write a method of the LandVille class called ‘displayLand()' that prints the land as a two dimensional array. Give a space between each element during printing, and use a line for each row. An example of the output of displayLand() is in the following, where the number of rows is 3 and columns is 4.

2403_Output.jpg

Task C

Write a method of the LandVille class called ‘clearLand()' that sets the value of each element of the array ‘land' to zero (0). Set the value of ‘hasHouse' to false.

Task D

From the main method, ask the player for the row and column of the land. The number of rows and the number of columns should be greater than 0 and less than or equal to 10. If any input is not correct, show an error message and ask for that input again.

If all inputs are correct, create an object of LandVille class from main method. The row and column values are passed as the parameter of its constructor.

Task E

From the main method, show a menu to the user with the following options:
1. Build a house
2. Display land
3. Clear the land
4. Quit

Take the input option as an integer. As long as the input is not between 1 to 4, show the menu message and ask for input again. If the input is 4, terminate the program. If the input is 2, you need to call the displayLand() method of LandVille class (displayLand method is described in Task B). If the input is 3, call the clearLand() of LandVille class.

If the input is 1, you need to check first if there is already a house in the land. If there is a house, show an error message and show the menu again. Otherwise, call the buildHouse() method of LandVille class. Method buildHouse() of the LandVille class takes two input parameters: number of rows of the house to build, and the number of columns of the house to build. From the main method, ask for these parameter values as input, then call the buildHouse method with these inputs.

After the buildHouse is executed (details in task E), the program should keep showing the menu and ask for input from the menu.

Task F

Write a method buildHouse() of the LandVille class that takes two input parameters: number of rows of the house to build, and the number of columns of the house to build.

You need to build the house at the top-left corner of the land (i.e., from row 0 and column 0), with borders of width 1 on each side. The position of house is represented with the integer ‘8' and the border is represented with ‘1'.

To make sure that the house with the border on each side will fit in the land, the difference between the row of the house and the row of that land must be greater than or equal to 2. Similarly, the difference between the column of the house and the column of that land must also be greater than or equal to 2. If any of the input parameters do not satisfy the condition, show an error message and then return from this method. As an example, let the row number of a land is 7 and column number is 6. The row number of the house is 3 and column number is 5. In this case, do not make any change to the ‘land' array, show an error message, and return from the buildHouse method.

If all the input parameters satisfy the condition, you need to set the values of appropriate elements of the ‘land' array with ‘1' for border and ‘8' for the house. As an example, let the row number of a land is 7 and column number is 6. The row number of the house is 3 and column number is 2. The land array will look like the following -

2294_Output1.jpg

As another example, let the row number of a land is 5 and column number is 4. The row number of the house is 1 and column number is 2. The land array will look like the following

1762_Output2.jpg

Write code of buildHouse method to change the value of the array ‘land' for the house and border. Set the value of ‘hasHouse' to True. After building the house, call displayLand() from the buildHouse method.

Attachment:- LandVille.zip

Verified Expert

The solution file is prepared in netbeans and implemented landville project which has build land , display land and clear land method. Each method performing different operations. Here i have attached report on this project which explain coding with screen shot and also i have attached LAndville.java file with comments for all lines of the coding

Reference no: EM131944090

Questions Cloud

Respond to the post in one or more ways : Respond to the post below attached in file in one or more of the following ways: Share an insight from having read your fellow learners' postings.
What trade barriers were in place during that decade : What are the main goods and services the United States traded internationally? What trade barriers were in place during that decade?
What are the different types of memories : What are the different types of memories presented in your readings this week? What information or process is each type of memory responsible for?
Propose how to resolve the dispute : Point out the differences and propose how to resolve the dispute.
Develop your programming and problem solving skills : COSC2531 Programming Fundamentals - Write a method of the LandVille class called ‘clearLand()' that sets the value of each element of the array ‘land' to zero
How will this acceptance of fake news impact our democracy : Is "fake news" really all that recent, or do we hear more about it as a result of the recent election cycle and events that have followed?
Similarities and differences of legal drugs : Compare and contrast the similarities and differences of legal drugs, particularly caffeine, alcohol, and nicotine to illegal/prescription drugs.
Calculate the average inventory and inventory turnover rate : Calculate the Average inventory, Inventory turnover rate, Average account receivable, Account receivable turnover and Average collection cycle.
An evidence of sexism in american culture : While there are no official rules that are different between male and female political candidates, they are viewed differently and females have more barriers.

Reviews

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

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