name the mathematical operations that can peperformed in MSWLOGO
Answers
Answered by
2
logo - arithmetic operations....
the usual arithmetic operations of addition subtraction multiplication and division denoted by symbols+ - * /
Answered by
3
Answer:
the basic operators in logo are as follows:
(+) : addition; adds two values
(-) : subtraction; subtracts two values
(*) : multiplication; multiplies two values
(/) : division; divides two values
not only these, there are some other operators also:
sqrt : it geneartes the square root of the number.
power : it generates the power of first value to second value
in : it gives out the natural algorithm
exp : it takes one number and gives e to that power. e is 2.718281828
log 10 : it gives out the logarithm with the base 10
the first attachment shows basic operators and second shows the other ones.
Attachments:
Similar questions