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
A non-primitive data type is also referred to as reference type. Why?
Explain the term type casting?
Assign the value "TEST" to a variable with the requisite data type.
Predict the return data type in the following expressions:
int p; double q;r = p+q;