Need Help ?

Home / Expert Answers / Other / can-you-please-the-input-and-output-in-php-or-html-input-filename-last-updated-hw06-output-php-may-0

(Answered): can you please the input and output in php or html Input: Filename Last Updated hw06.output.php May ...



can you please the input and output in php or html
Input: Filename Last Updated hw06.output.php May 05 2020 10:30:19. hw06_input html May Os 2020 10:30:11. --New File-- AvailabOverview: Write a PHP function to find the Max of three numbers. Your program should allow the user to input 3 numbers, and t
Input: Filename Last Updated hw06.output.php May 05 2020 10:30:19. hw06_input html May Os 2020 10:30:11. --New File-- Available Actions Delete View Source Open In New Tab Open Here Delete View Source Open In New Tab Open Here Homework 6 41 9 Enter in 3 numbers: 3 Submit Output: Filename Last Updated hw06.output.php May 05 2020 10:30:19. hw06_input.html May Os 2020 10:30:11. --New File- Available Actions Delete View Source Open In New Tab Open Here Delete View Source Open In New Tab Open Here Max number entered is: 41 Overview: Write a PHP function to find the Max of three numbers. Your program should allow the user to input 3 numbers, and then 'call your function to print out which is the largest. Your main program should handle reading in the 3 numbers, and then calling the function with a print command. The program should pass the 3 values to the function, and the function use the 'return' command to send back out the value. Your main program then, would look something like (your variable or function name might differ): $n1 - $_POST['ni']; $n2 - $_POST['n2']; $n3 - $_POST['n3']; print "Max number entered is: " .find_max($n1, $n2, $n3); Your function will need to use a series of "if" statements to find the maximum value. Note: There is a built in max() function in PHP, don't use it for this assignment.


We have an Answer from Expert

View Expert Answer

Expert Answer


Answer to Input: Filename Last Updated hw06.output.php May 05 2020 10:30:19. hw06_input html May Os 2020 10:30:11. --New File-- Av...
We have an Answer from Expert

Buy This Answer $4

Place Order