Create a java class named patternprint

Assignment Help JAVA Programming
Reference no: EM132220908

Question: Goals: This lab is focused on gaining experience with variables, assignment statements, basic arithmetic, and console output. There will also be some time devoted to basic error correction.

For this lab, name your project FNameLName_Lab1. For example, if you were me, your project would be ThomasBolinger_Lab1

Part 1: Pattern Print

(a) Create a Java class named PatternPrint

(c) Store the pattern in a variable of type String. Make sure to give the variable a good name!

(d) The pattern should be made of the whitespace character (a press of the spacebar), the *, the \n (newline), and maybe the \t (tab) character. It may be useful to use string concatenation using the + sign.

(e) Use a single print statement to print the pattern.

(f) Use an int variable and assign it the value of your favorite number, then print the following message two spaces below the pattern:

This program was created by <your name here>. My favorite number is <number>.

Replace <your name> and <number> appropriately. Number must be from the favorite number variable defined above.

Part 2: LandCalculation

(a) Make a class called LandCalculation

(b) Declare the following variables: area: an int holding the square footage 534,521 acres: a double that will hold the acreage

(c) Declare a constant, CONVERSION, to store the conversion factor between square feet to acres. There are 43,560 square feet in one acre. Think about unit changing in math and physics as a hint.

(d) Print out the results, such that it looks like:

The area of the land in square feet is: <area> square feet The area of the land in acres is: <area> acres

(e) Now we will try to use DecimalFormat! a. Declare DecimalFormatdf; Eclipse will complain and tell you that your program is missing an import. Use the auto correct to import DecimalFormat. b. Use the following line of code to finish your declaration: df = new DecimalFormat("##.000"); c. Use df.format(acres) to print out the results from c again, this time with a formatted acres value d. Finally, change your DecimalFormat object. Use df = new DecimalFormat(<CHANGE_HERE>) and set up the object such that it features 5 decimal places, not 3, and only if they aren't 0s. Remember # is used for non-zero numbers, as we discussed during lecture.

e. Print the output one last time with the new Decimal Format object you created.

Part 3: For this part of the lab, edit Part 1. These edits are to be temporary

- Make an edit, try and run the code, and then report on whether the edit succeeded or failed by writing a comment. If the code doesn't run, be sure to include a small description of the error that kept the code from running.

a. Delete the keyword void from the main method

b. Change ‘main' to ‘starting'

c. Change the data type of number from int to Integer

d. Change the ‘args' in main to a different name

e. Change all () to {}

f. Replace a semicolon, ‘;' with a colon, ‘:'

g. Change println to printf

Reference no: EM132220908

Questions Cloud

Define the strategies that deter crime in urban communities : Crime Prevention Through Environmental Design (CPTED) is defined as a multi-disciplinary approach to deterring criminal behavior through environmental design.
Quality of design and quality of conformance : Discuss in detail the differences between quality of design and quality of conformance and their impact on the production cost.
Where would expect to spend the least time : In which phase would you expect to invest most of your project time and why? Where would expect to spend the least time?
Also consider whether we should group dashboards : Also consider whether we should group dashboards and when we should and should not group these dashboards of information?
Create a java class named patternprint : This lab is focused on gaining experience with variables, assignment statements, basic arithmetic, and console output. There will also be some time devoted.
Discuss how information is classified : Discuss why it is more effective and less expensive to prevent security breach than to fix one after an attack.
Path-goal theory and situational leadership theory : Compare and contrast the Path-Goal Theory and the Situational Leadership theory
How do evidence-based practice guidelines impact patient : What is the impact of Centers for Medicare and Medicaid Services (CMS) payment denial on the healthcare system?
Current communication with the key stakeholders : What happens if the project manager and team maintain clear current communication with the key stakeholders?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  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.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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