I have everything defined already
double PI = 3.14159;
float radius = 3.85f;
float circumference = 2 PI radiusf;
rproffitt commented: radius and radiusf. Think this over. +15
I have everything defined already
double PI = 3.14159;
float radius = 3.85f;
float circumference = 2 PI radiusf;
I keep getting CircleInformation.java:13: error: cannot find symbol float circumference = 2 (PI radiusF)
^