SCALAR DATA TYPE IN COMPUTER PROGRAMMINGFLOAT is one of the scalar data type.
EXPLAINING USAGE OF SCALAR DATA IN PROGRAMMING:
* One of the most essential characteristics of current programming languages is the ability to partition data into multiple kinds. It allows you to work with more sophisticated items rather than the more ordinary ones that the computer manipulates at its most basic level.
* You can work with integers, characters, and floating-point numbers, which are all well-known. The computer may not grasp these ideas at the bit and byte level.
* As a result, it is the compiler's responsibility to ensure that the computer handles bits and bytes in a manner that is consistent with their data type. A data type is nothing more than an interpretation of a string of bits.