Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
esercizio 2 per casa
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed Sep 27, 2021
1 parent 26e22cc commit 478364a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions esercitazioni/2_input_int.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include <iostream>
#include <cstdio>

using namespace std;

int main() {
int a;
cout << "Inserisci il valore di a: ";
cin >> a;
cout << "a vale: " << a << endl;
return 0;
}
Binary file added esercitazioni/a.out
Binary file not shown.

0 comments on commit 478364a

Please sign in to comment.