Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f83ff9f

Browse files
Create input.java
1 parent 2646129 commit f83ff9f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import java.util.Scanner;
2+
3+
class input{
4+
public static void main(String[] args) {
5+
Scanner sc = new Scanner(System.in);
6+
System.out.println("Enter the Number: ");
7+
int n = sc.nextInt();
8+
System.out.println("Number: " + n);
9+
sc.close();
10+
}
11+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /