Untitled
unknown
plain_text
2 years ago
219 B
4
Indexable
import java.util.Scanner; Scanner sc = new Scanner(System.in); String name = sc.nextLine(); char gender = sc.next().charAt(0); int age = sc.nextInt(); long mobileNo = sc.nextLong(); double average = sc.nextDouble();
Editor is loading...