0
Find the greatest number among two using php
31st Mar 2022, 2:18 AM
Ganesh Neupane
2 Answers
+ 3
Example
print (30>40) ? "30" : "40";
31st Mar 2022, 4:10 AM
Paul K Sadler
+ 3
Built-in max( ) function can also be used ...
31st Mar 2022, 4:49 AM
Ipang
Often have questions like this?
Learn more efficiently, for free:
Hot today
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Remove
 0 Votes
Project
 0 Votes



