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