fiqriachmada

Struk

Oct 9th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.37 KB | None | 0 0
  1. #include <iostream>
  2. #include <math.h>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.  char kode;
  9.    
  10.  cout << "**************************\n";
  11.  cout << " Program     : Cetak kode \n";
  12.  cout << " Dibuat oleh : Achmada Fiqri \n";
  13.  cout << " Tanggal     : 27/03/2013 \n";
  14.  cout << "**************************\n";
  15.    
  16.  kode = '4';
  17.    
  18.  cout << "Kode Anda: " << kode;  
  19.  
  20. }
Add Comment
Please, Sign In to add comment