Scanner Example
AI-enhanced description
import java.util.Scanner;
class ScannerExample
int n;
n = sc.nextInt();
Output: