Skip to content
scienthoon edited this page Jan 26, 2019 · 1 revision
package yh20190126;

public class test3 {

	public static void main(String[] args) {
		// TODO Auto-generated method stub
int radius = 5;
double PI = 3.14;
double result = radius*2*PI;
System.out.println(result);
	}

}

Clone this wiki locally