Movatterモバイル変換


[0]ホーム

URL:


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

Commit9ef6da4

Browse files
committed
update 1st example
1 parente5daffc commit9ef6da4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎input.cpp‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Topic: User Input
44
// ================================================
55

6-
6+
// 👉👉 🔹🔹 Example : 1
77

88

99
#include<iostream>
@@ -12,6 +12,12 @@ int main (){
1212
int x , y;
1313
cout<<"Enter Number :";
1414
cin>> x;
15+
cin >> y;
1516
cout <<"You Entered :" <<x << endl;
16-
return0;
17+
cout <<"You Entered :" <<y << endl;
18+
19+
return0;
1720
}
21+
22+
23+
// 👉👉 🔹🔹 Question

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp