Computer Science, asked by kaurramgharie, 7 months ago

define predefined mathematical function in LOGO? ​

Answers

Answered by Anonymous
2

➠ AnSwer :-

  • Predefined function (plural predefined functions) (computing) Any of a set of subroutines that perform standard mathematical functions included in a programming language; either included in a program at compilation time, or called when a program is executed.
Answered by 786BoyKaran
1

Answer:

Logo provides the usual arithmetic operations of addition, subtraction, multiplication and division, denoted by the symbols +, -, *, /. Each of these operations produces a result. If you don't do something with the result, such as print it, Logo will show an error.

Logo provides the usual arithmetic operations of addition, subtraction, multiplication and division, denoted by the symbols +, -, *, /. Each of these operations produces a result. If you don't do something with the result, such as print it, Logo will show an error.With the print command, the result of an arithmetic operation can be used and printed in the command window. Examples given in the following screenshot demonstrate the same.

Similar questions