may5457 15 Newbie Poster

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
may5457 15 Newbie Poster

I keep getting CircleInformation.java:13: error: cannot find symbol float circumference = 2 (PI radiusF)
^Screen_Shot_2020-04-20_at_2_19_38_PM.png