We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6134e5b commit 3f96044Copy full SHA for 3f96044
3 files changed
files/arith4.cpp
@@ -1,7 +1,8 @@
1
#include <iostream>
2
3
int main() {
4
- int a, b;
+ int a;
5
+ int b;
6
7
std::cout << "Gebe eine Zahl ein: ";
8
std::cin >> a;
files/debugger.cpp
@@ -1,7 +1,9 @@
- int a, b, c;
+ int c;
9
files/if.cpp
0 commit comments