Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Introduction [6/10]

Operator * must be used to denote multiplication.
[Run the program]

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

Square brackets [] or curly brackets {} (i.e. braces) cannot be used to group expressions.

Exercise:

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

Loading...