jump to level 1\ninitialize boltzmannconst with 1.380649 x 10^-23 using scientific notation.\ndouble…

jump to level 1\ninitialize boltzmannconst with 1.380649 x 10^-23 using scientific notation.\ndouble boltzmannconst = ex: 1.0e-2;
Answer
Explanation:
Step1: Identify the scientific - notation format
In C - like languages, scientific notation for floating - point numbers is written as a number between 1 and 10 followed by 'e' and an integer exponent.
Step2: Write the given number in the required format
The given number is $1.380649\times10^{-23}$, so in the required format it is $1.380649e - 23$.
Answer:
$1.380649e - 23$