Snippets

Il'ya Tomberg Scanner example

Created by Ilya Tomberg last modified
1
2
3
4
5
import java.util.*;

Scanner sc = new Scanner(System.in);
int number = sc.nextInt();
String name = sc.nextLine();

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.