Computer Applications

Assign the value of pi (i.e., 3.142) to a variable with requisite data type.

Java Operators

ICSE 2007

65 Likes

Answer

float pi = 3.142f;

Answered By

23 Likes


Related Questions