Primary exercises
Simple expression.
Calculate 25 plus the square of 12.Calling a function.
What is the square root of the number you have just calculated (here type the number directly)?Prompt with
+
.
In the console type an incomplete expression(1+2
and press Enter. Practice how to return to the proper console prompt>
. Finally, clear the console.Some error messages.
In the console type an error expression(1+2)*(3+4))
. Understand the error message. Also understand errors reported for expressions:0,25
,sin()
,xyz
.Getting help.
Find the manual page for thesin
function.