Kamis, 24 Oktober 2013 di 00.53 Diposting oleh Unknown 0 Comments

--------------------------------------------------------
Visio And Project 2010 (Serial Number)
--------------------------------------------------------

Project Professional 2010 - GB9CQ-38GPG-4QK3K-YYBJT-M9KR7
Project Professional 2010 - HWXJY-BV6PG-W3HCW-XWHGG-68WY3
Project Professional 2010 - D43GR-8BF89-8FV79-2Y9WP-2RWXP

Visio Professional 2010 - 7MXWK-Q7W73-8YJW8-7BT67-FDF87
Visio Professional 2010 - TWFX2-WFPV6-3TC7M-WDVX4-F89JK
Visio Professional 2010 - H4F7B-FQVBX-RRWMB-6MFRR-BB2BW

Project Standard 2010 - 7PQJR-RH7PX-QFB2F-QPGW4-Q377V

Visio Standard 2010 - 228H4-T92MF-Q8PQJ-CGWRG-8KW92

Visio Premium 2010 - C383V-HPHMC-Y6KWM-BDBHM-MK97G
Visio Premium 2010 - GPXXP-HGXBG-D4W6D-638DR-92V4F 
Visio Premium 2010 - PQCFB-YGXGC-TXB66-DH3VW-GCGYQ

InfoPath 2010 - XDGJY-KFHW9-JWX9X-YM4GW-GC8WR



--------------------------------------------------------
MS Office 2010 (Serial Number)
--------------------------------------------------------
6QFDX-PYH2G-PPYFD-C7RJM-BBKQ8
 
sumber : http://fadjar10.blogspot.com/2011/12/visio-and-project-2010-serial-number.html

Selasa, 15 Oktober 2013 di 07.04 Diposting oleh Unknown 5 Comments

 Nama    : ANGGATAMA SUCAHYA PUTRA
 NIM       : 13130746
 No. abs  : 27

SCRIPT TIKET PESAWAT.EXE :

#include <stdio.h>
#include <conio.h>
#include <iostream.h>
main()
{
char kelas,ulang,kode[5],nama[15];
char kls1[15]= "    1.Executive", kls2[15]= "    2.Bisnis", kls3[15]= "    3.Ekonomi";
int harga,jml,total;
atas:
clrscr( );
cout<<"               PROGRAM TIKET PESAWAT"<<endl;
cout<<"                JAKARTA - MALAYSIA"<<endl
<<"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"<<endl<<endl;
cout<<"Masukan Kode Pesawat [MPT/GRD/BTV] : ";cin>>kode;
cout<<"Kelas Pesawat :"<<endl<<kls1<<endl<<kls2<<endl<<kls3<<endl<<endl;
cout<<"Pilih Kelas [1/2/3]     : ";cin>>kelas;
if (kode,"MPT" || kode,"mpt")
    {
    strcpy(nama,"MERPATI");
    if (kelas == '1')
    harga = 1500000;
   else if (kelas == '2')
   harga = 900000;
   else
   harga = 500000;
    }
if (kode,"GRD" || kode,"grd")
    {
    strcpy(nama,"GARUDA");
    if  (kelas == '1')
    harga = 1200000;
   else if(kelas == '2')
   harga = 800000;
   else
   harga = 400000;
    }
if (kode,"BTV" || kode,"btv")
    {
    strcpy(nama,"BATAVIA");
    if  (kelas == '1')
    harga = 1000000;
   else if(kelas == '2')
   harga = 700000;
   else
   harga = 300000;
    }
else
cout<<"------------------------"<<endl;
cout<<endl<<"Nama Pesawat      : "<<nama<<endl;
cout<<"Harga Tiket      : "<<harga<<endl;
cout<<"Jumlah Tiket        : ";cin>>jml;
total=jml*harga;
cout<<"Total Bayar        : "<<total<<endl<<endl;
cout<<"                Ingin Input Lagi [Y/T]:";cin>>ulang;
if (ulang =='Y' || ulang == 'y')
goto atas;
else
goto bawah;
getch();
bawah:
}

SCREEN SHOTnya :



Terima kasih atas perhatiannya...........