How to find the Largest Number among three Numbers in PHP ?
Given 3 numbers, find the largest number among the three numbers. If the first number is greater than the second and third, print it as the greatest. Otherwise, compare the second and third numbers and print the greater one. For Instance, Consider the below example where the value of z is greater th