The difference between the Java language Foundation and the Go Language Foundation, if statement

Source: Internet
Author: User

1. Java If statement

1,if statement if (condition) {statement;}if (condition) {statement 1;}else{statement 2;}2, multiple If-else statement if (condition 1) {statement 1;}else if (condition 2) {statement 2;}else{statement;} 2, go if statement For conditional statements, the following points need to be noted:? Conditional statements do not need to use parentheses to enclose conditions ();? There are several statements in the body of the statement, the curly braces {} must exist;? The left curly brace {must be on the same line as if or else; before the conditional statement, you can add a variable initialization statement, use; interval; in a function that has a return value, the "final" return statement is not allowed to be included in the If...else ... Structure, otherwise the compilation fails: example: If condition (can not use parentheses) {condition}else{condition}

The difference between the Java language Foundation and the Go Language Foundation, if statement

Related Article

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.