Assalamu alaikum warahmatulahi wabarakatuh, saya akan memberikan referensi menentukan umur sesorang dengan menggunakan bahasa pemrograman C++.
# include <iostream.h>
# include <stdio.h>
# include <conio.h>
# define tahun 2015
void main ( )
{
char nm[25] ;
int usia,tahun_lahir ;
cout << " \n \t ========= Menghitung Umur ===========\n\n";
cout << " Masukkan Tahun Lahir Anda \t: " ;
cin >> tahun_lahir ;
usia = tahun-tahun_lahir ;
if (tahun_lahir>tahun)
{
cout<< "\n \n Maaf.. Anda Salah Input \n " ;
}
else if (tahun_lahir<tahun)
{
cout<< "\n Sekarang Anda Berumur : " <<usia << " Tahun \n \n" ;
}
getch( ) ;
}
kemudian tekan Ctrl+F9, kumudian begini tampilan outputnya :
# include <stdio.h>
# include <conio.h>
# define tahun 2015
void main ( )
{
char nm[25] ;
int usia,tahun_lahir ;
cout << " \n \t ========= Menghitung Umur ===========\n\n";
cout << " Masukkan Tahun Lahir Anda \t: " ;
cin >> tahun_lahir ;
usia = tahun-tahun_lahir ;
if (tahun_lahir>tahun)
{
cout<< "\n \n Maaf.. Anda Salah Input \n " ;
}
else if (tahun_lahir<tahun)
{
cout<< "\n Sekarang Anda Berumur : " <<usia << " Tahun \n \n" ;
}
getch( ) ;
}
kemudian tekan Ctrl+F9, kumudian begini tampilan outputnya :
sekian dan terimah kasih semoga bemanfaat
1 komentar:
Click here for komentardi turbo c kok nga mau gan?
ConversionConversion EmoticonEmoticon