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