import java.util.*;
public class JavaBasics {
// code to calculate area of a circle: area = 3.14 x radius x radius.
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
float number = sc.nextInt();
System.out.println(number);
}
}
No comments:
Post a Comment