Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include<iostream.h>
  2. #include<conio.h>
  3.  
  4. //Created By Krisna Anggara
  5.  
  6. void main()
  7. {
  8. int nilai=100;
  9.  
  10. cout<<"Isi Variable adalah "<<nilai;
  11.  
  12. getch();
  13. }