Saved Bookmarks
| 1. |
define the following terms: 1) integers 2) booleans 3) floating point numbers 4)complex numbers (python) |
|
Answer» Answer: Explanation: 1) integer: it is a solid number it takes the VALUE from -ve infinity to +ve infinity ex: a = 1 2) booleans: it is a set of 2 numbers which consists for 0 and 1 i.e true or false 3)FLOATING point number : is the decimal number where it is separated by a point eg: a = 1.4 4) complex number : it is a TYPE of data where it ends with +j example: a = 1234+j IF IT WAS USE FULL MARK AS A BEST ANSWER
|
|