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