Computer Applications
Perform the following:
Assign the value of (1.732) to a variable with the requisite data type.
Values & Data Types Java
80 Likes
Answer
double x = 1.732;
Answered By
49 Likes
Perform the following:
Assign the value of (1.732) to a variable with the requisite data type.
80 Likes
double x = 1.732;
Answered By
49 Likes