Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Introduction [6/10]

In programming, the operator * is used to denote multiplication.
[Run the program]

Round brackets (), also called parentheses, can be used to group expressions.

Square brackets [] or curly brackets {} (also known as braces) cannot be used to group expressions.

Exercise:

Display the result of the expression 15*3+2*(90+10)

Loading...