Perform the following:
Assign the value of (1.732) to a variable with the requisite data type.
82 Likes
double x = 1.732;
Answered By
50 Likes
Explain the term type casting.
Assign the value of pie (3.142) to a variable with the requisite data type.
Distinguish between Integer and float Constant.
Distinguish between Token and Identifier