PHP uses ternary function to judge the odd and even of the number of exceptions, ask how to solve

Source: Internet
Author: User
PHP uses ternary function to determine the parity of the number of errors, how to solve
Parse error:syntax error, unexpected ' echo ' (T_echo) in F:\xampp\htdocs\test\test02.php on line 26 This is the error description,

Here is the source code:
for ($a =0; $a <10; $a + +) {
With the ternary operation output, if no remainder is an even number,
Otherwise an odd number
echo $a%2==0? $a. " is an even number "." \ n ": $a." is an odd number "." \ n ";
}
?>
------to solve the idea----------------------
Otherwise an odd number
------to solve the idea----------------------
for ($a =0; $a <10; $a + +) {
Output with ternary operation, if no remainder is an even number, otherwise an odd number
echo $a%2==0? $a. " is an even number "." \ n ": $a." is an odd number "." \ n ";
}

------to solve the idea----------------------

for ($a =0; $a <10; $a + +) {
With the ternary operation output, if no remainder is an even number,
Otherwise an odd number

}






  • 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.