which logical values are recognised by most of function? what are the corresponding numeric values of those logical values?
Answers
Answered by
79
There are two logical values returned by most functions. These values are True and False and are used to compare two variables.
The numeric value corresponding to the logical value True is 1.
The numeric value corresponding to the logical value False is 0.
Answered by
0
Answer:
logical values are
Explanation:
ture or false
and
1 and 0
Similar questions