Searching for: %s
If Statement
Language: Go

The if else block controls decision making by checking true/false statements resulting in different executions of code, depending on if the result is true and if the result is false. There are three parts to the if-else block: if, else if, and else.

If Statement
Language: Swift

The if else block controls decision making by checking true/false statements resulting in different executions of code, depending on if the result is true and if the result is false. There are three parts to the if-else block: if, else if, and else.

User Input
Language: C

Used to receive input (int, word, byte, etc.) from the user in the console.

Print
Language: C

Printing is used to output text directly to the console.


< Previous Page   |   Next Page >