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

  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