document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include<conio.h>
  2. #include<conio.h>
  3. #include<iostream.h>
  4. int main()
  5. {
  6.     int n; // pendeklarasian variabel n
  7.     cout<<"Masukan nilai n = ";
  8.    cin>>n;
  9.  
  10.    cout<<"nilai n = "<<n;
  11.    endl;
  12.  
  13. getch();
  14. return 0;
  15. }
');