Question: Java script program Program 1 - Landscape Calculator A landicaping company needs a program that computes the price of landscoiolng for a new housing developmeot:

Java script program
Java script program Program 1 - Landscape Calculator A landicaping company needs
a program that computes the price of landscoiolng for a new housing
developmeot: Work orders are based ans address, plot length and width in

Program 1 - Landscape Calculator A landicaping company needs a program that computes the price of landscoiolng for a new housing developmeot: Work orders are based ans address, plot length and width in feet, type of erriss ("fescue", "beptress" or "campus"), and number of trees. The price is computed as follows: - There is a base labourcharge of $1000. - If the surface (length " width) is over 5000 square feet, add $500. - The cost is calculated per square foot. If the grass is "fescue" the cost is $0.05; for "be94rcais" ir is \$0.02; "campus" is $0.01. - Each tree requested has a $100 charge. First, create a flowchart that clearly shows all the paths of execution that will exist within your designed solution to this problem. Write a console application that will input the address, property length and width, type of erass and number of trees, and then output the corresponding price. Your solution must contain examples demonstrating your understanding of appropriate use of functions and core assignment concepts (decision structures). EXAMPLES AND TESTING In the section below you will be presented with at least one screenshot of a successful execution of a sample solution to the program, which should help demonstrate how your input/output on the program should work. In addition to the sample values used in the screenshot(s), additional testing values are given in a chart alors with the output values that they should produce. You can expect your instructor to grade your assignment by usine $.... of these listed input values at the very least, but keep in mind that additional values may also be used as well. In other wards, you should thoroughly test your code before submittingl Sample Output - Make sure your program can output data exoctly as shown below. Enter House Number: 439 Einter property depth (feet): 100 Bnter property width (feet): 50 Enter type of grass (fescue, beptgrass. campus): fescue Pnter the number of trees: 2 Totel cost for house 439 is: $1450,00 Other testing yalues. Program 2 - Erewhon Mobile Data Plans Erewhon Mobile charges cellular customers a rate based on the total amount of data used by a customer in the billing period. For simplicity, customers are charge based on which range their total data usage falls within. Note, it is not a cumulative charge; your program will figure out which single range the usage falls into, then calculate the cost based on that range's cost. Then, write a console application to input the customer's usage in mega/gigabytes and output the corresponding rate and charge. Your solution must contain examples demonstrating your understanding of appropriate use of functions and core assignment concepts (decision structures). EXAMPLES AND TESTING In the section below you will be presented with at least one screenshot of a successful execution of a sample solution to the program, which should help demonstrate how your input/output on the program should work. In addition to the sample values used in the screenshot(s), additional testing values are given in a chart along with the output values that they should produce. You can expect your instructor to grade your assignment by using all.. of these listed input values at the very least, but keep in mind that additional values may also be used as well. In other words, you should thoroughly test your code before submitting! Sample Output - Make sure your program can output data exactly as shown below. Other testing values: Write a program that computes monthly insurance according to the following schedule: First, create a flowchart that clearly shows all of the paths of execution that will exist within your designed solution to this problem. Then, write a console application that will input the sex and price of vehicle, and then output the corresponding monthly insurance amount. Your solution must contain examples demonstrating your understanding of appropriate use of functions and core assignment concepts (decision structures). EXAMPLES AND TESTING In the section below you will be presented with at least one screenshot of a successful execution of a sample solution to the program, which should heip demonstrate how your input/output on the program should work. in addition to the sample values used in the screenshot(s), additional testing values are given in a chart along with the output values that they should produce. You can expect your instructor to grade your assignment by using all.. of these listed input values at the very least, but keep in mind that additional values may also be used as well in other words, you should thoroughly test your code before submittingl Sample Output - Make sure your program can output data exoctly as shown below. Are you 'Male' or 'Female': Male Enter your age: 27 Enter the purchase price of the vehicle: 6500 Your monthiy insurance will be $92.08 Other testing yalues

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!