Compute the amount of array value

Assignment Help JAVA Programming
Reference no: EM131914825

1. Create php 09 array 03.html with this content:

a. A form that posts to php 09 array 03.php with this text and these objects:

  • DELIMITER Input box with id and name: 'delimiter'
  • DATA Input box with id and name: 'delimitedListOfWeights' 
  • MAX FREE Input box with id and name: 'maxWithOutSurcharge'
  • RATE Input box with id and name: 'surchargeFactor'
  • Submit button with face GO and id 'go'

 b. TEST: Click GO on menubar and it should look like this:

2. Create php 09 array 03.php which does this:

a. Receive the four values posted from php 9 array 03.html

b. Use $delimiter to make an array of $delimitedListOfWeights ($delimitedListOfWeights is a delimited list)

TIPS:

Use explode(...) to make the array. Search e-book for: explode

In JavaScript you used split() to make an array from delimited data. In PHP use explode(...)

c. Using a loop to process all array values and compare each value in list to $maxWithOutSurcharge

  If an array value is more than $maxWithOutSurcharge 

(1) Compute the amount of array value over $maxWithOutSurcharge

(2) Multiply that amount by $surchargeFactor.

(3) Add result to $total.

  TIP: A common mistake is to compare using the array variable and forgetting to compare specific array

      values instead of individual array values by using [...].

e. Echo a span with id 'result' that contains the value: $total

 3. Example of how to process the data

Assume these values:

delimiter: g

delimitedListOfWeights: 200g345g100g500

maxWithOutSurcharge: 300

surchargeFactor: .1

In this example total would be:

(45 * .1) + (200 * .1) ==> 4.5 + 20 ==> 24.5

Explanation:

345 and 500 are greater than 300.

The amount greater (45 and 200) are multiplied by .1 and added to the total

Reference no: EM131914825

Questions Cloud

Calculate the number of order placed per year : i. Calculate the EOQ? ii. Calculate the number of order placed per year? iii. Calculate the average daily demand.
Review problem on miranda warnings : The 1966 Miranda v. Arizona U.S. Supreme Court decision provided that a suspect in police custody must be told: You have the right to remain silent.
Call the method printwinpercentage : Call the method printWinPercentage with the player's name, the first year of play and the array - There should be three parameters: a String for the players
Why should mohave buy the tote bags or continue to make them : Compute the difference in cost between making and buying the umbrella tote bag. Should Mohave buy the tote bags or continue to make them?
Compute the amount of array value : Compute the amount of array value and Echo a span with id 'result' that contains the value - Receive the four values posted
What is the total cost of ending wip : The mixing department has 23,000 units and $106, 600 in costs for which to account. What is the total cost of ending WIP?
Relationships between manufacturers-international dealers : Summarize in detail Fites' article. In your summary, identify and describe the six principles and practices which Fites suggests that create tight relationships
Explain your thoughts on observing people eat in public : Observe two people of the same gender and one of the other. I want you to observe the following and also what it is that they add to their meal.
How might the castle doctrine be supported morally : Under the castle doctrine, recognized in more than 20 states, generally homeowners may use force- including deadly force-to defend themselves in their own home.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write a graphical user interface class

Write a graphical user interface class called SentenceCounterGUI. It should be able to manipulate the sentence of words and have the behaviour label.

  Write a recursive method called productarray

Write a recursive method called productArray that takes an array of integers, a start index and an end index and returns the product of the elements of the array.

  Display student details and classes in applet

Display student details and classes they have enrolled in Applet. The Applet should have following features. Update and View.

  What method do you use to set the location of a frame

Write a program that converts US dollars into Canadian dollars, as shown in the following figure. The program let the user enter an amount in US dollars and display it equivalent value in Canadian dollars when clicking the Convert button.

  The burn and distance traveled

The Burn and distance traveled and the "meters to go" should appear on two lines as shown in the sample output. Note that this print should be done within the while loop.

  Your task for this project is to design a program to help a

your task for this project is to design a program to help a videorental store operatorrecord clients transactions.nbsp

  The bookstore wants you to make an object-oriented model

student bookstore at pleasant creek community college situation the bookstore staff at pleasant creek community college

  Calculate the minimum payment

Design and implement a program that will allow us to determine the length of time needed to pay off a credit card balance

  Design a class named fan to represent a rotating fan

create a class containing a number of static methods for processing an array of marks. Design a class named Fan to represent a rotating fan.

  Create a class that will open a text file

Create a class that will open a text file for reading and write - Do you want to save the results (Y/N)

  What data structures are supported by the library

What data structures are supported by the library? What types of data are recommended for use with each data structure object?

  1 gqueuea queue is an ordered collection of items in which

1 gqueuea queue is an ordered collection of items in which the removal of items is restricted to the fifo rst in rst

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