Which of the following variables is the best?

Source: Internet
Author: User
The three variables are the minimum. Variable a, variable B, variable c. Finally, the output variable A is the smallest, and variable B is the smallest. Or the variable C is the smallest, not the smallest value in the variable! ------ Solution ---------------------- $ a & nbsp; 3; $ B & nbsp; 4; $ c & nbsp; 2; if ($ a & nbsp; min ($ a, & nbsp; $ B, & the three variables are the minimum.
Variable a, variable B, variable c

Finally, the output variable A is the smallest and the output variable B is the smallest. Or the minimum variable C

Finally, it is not the smallest value in the variable!

------ Solution ----------------------
$ A = 3;
$ B = 4;
$ C = 2;

If ($ a = min ($ a, $ B, $ c) echo '$ a minimization ';
If ($ B = min ($ a, $ B, $ c) echo '$ B minimization ';
If ($ c = min ($ a, $ B, $ c) echo '$ c minimization ';
$ C minimum

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.