bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / semester_2 / eduincs / pgrm_002.cpp

pgrm_002.cpp (182B)


      1 /* Taking input */
      2 
      3 #include<iostream>
      4 using namespace std;
      5 int main() {
      6     int n;
      7     cout << "Enter the number: ";
      8     cin >> n;
      9     cout << "You entered: " << n;
     10     return 0;
     11 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror