Kamis, 20 Desember 2012
Kamis, 13 Desember 2012
Kamis, 06 Desember 2012
cita-citaku
CITA-CITAKU
Namaku Yulianingtyas,
panggilan akrabku Yulia,saya duduk di kelas 12 IPA 3,SMAN 1
WATES-KEDIRI..Rumahku di Duwet.Saya tidak tahu kapan saya sukses tapi yang saya
tahu ,saya akan sukses dikemudian hari. Demi
kesuksesan itu akan kutempuh apapun tantangannya,tak peduli seberat apapun.Demi
masa depan yang cerah esok.Terkadang saya menangis dan heran mengapa kakak
perempuan kandung saya, tidak meneruskan kuliah malah memilih untuk
menikah.Ketika setelah menikah ,kakakku merasa menyesel ,mengapa dia tidak
meneruskan sekolahnya.waktu itu saya masih duduk di SMP.Dikeluarga besarku
sendiri,tak ada yang lulusan perguruan tinggi,mungkin Cuma sampai ke jenjang
SMA saja,kalau ada yang mau meneruskan kuliah,pasti ada yang menghalangi.Ibuku
sangat menghendaki saya kuliah,beliau ingin nasibku lebih baik lagi
darinya.Setiap memikirkan itu ,saya merasa mempunyai semangat untuk blajar dan
belajar,saya tidak mau mengecewakan ibu dan ayah.Apapun yang terjadi ,di hari
esok,akan menjadi lebik baik lagi.Ibu dan ayahku sangat berharap akan
keberhasilanku.Mereka tidak mau kalau saya gak bisa jadi orang yang bisa di
banggakan.Ketika tanggal 6 november 2011 sekolah memilih 6 siswa dari kelas
12untuk mengikuti olimpiade Fisika mewakili sekolah,saya ikut terpilih,sebenarnya
saya senang sekali tapi saya juga takut,kalau ikut olimpiade ,gimana dengan
pelajaran sehari-hari disekolah ? ? tapi saya tetap optimis kalau saya pasti
bisa mengaturnya.,6 orang dibagi 3 kelompok ,dalam hanya waktu satu minggu kami
mempelajari FISIKA kelas sepuluh,sebelas,duabelas,tanggal 13 november 2011 ,3
tim mengikuti seleksi di SMAN 1 KEDIRI.Alkamdulilah dari ketiga tim saya yakin
di tahun 2012 ini ,saya pasti akan lulus dengan nilai semaksimal mungkin dan
masuk ke perguruan tinggi negeri yang saya inginkan.
My goal
My name Yulianingtyas, call akrabku Yulia, I was sitting in class 12 IPA 3, SMAN 1 Wates-KEDIRI .. My home is in Duwet.Saya not know when I succeed but I know I will be successful in the future. For success it will be done my any challenge, no matter how heavy apapun.Demi bright future esok.Terkadang I cried and wondered why my biological sister, did not pursue college instead chose to menikah.Ketika after marriage, my sister felt menyesel, why he did not continue sekolahnya.waktu I was still sitting in my big SMP.Dikeluarga own, no one graduates college, maybe just get to the high school level, if one wants to continue the study, there were very menghalangi.Ibuku college wanted me, he wanted to better fate darinya.Setiap think of it, I feel lerned and have a passion for learning, I do not want to disappoint my mother and ayah.Apapun happens, tomorrow, will be a good lebik lagi.Ibu and my father very much hope will keberhasilanku.Mereka do not want to if I can not be someone who can banggakan.Ketika 6th november 2011 schools choose students from grade 6 12untuk follow Physics Olympiad represents the school, I joined chosen, in fact I was really happy but I'm also afraid that if the Olympics come, how to daily lessons in school? ? but I remain optimistic that I can definitely manage it., six people divided into 3 groups, in just one week we studied PHYSICS grade ten, eleven, twelve, 13 november 2011, three teams following his selection at SMAN 1 KEDIRI.Alkamdulilah of three teams I believe in the year 2012, I would have passed with flying colors as much as possible and go to a university that I wanted.
My goal
My name Yulianingtyas, call akrabku Yulia, I was sitting in class 12 IPA 3, SMAN 1 Wates-KEDIRI .. My home is in Duwet.Saya not know when I succeed but I know I will be successful in the future. For success it will be done my any challenge, no matter how heavy apapun.Demi bright future esok.Terkadang I cried and wondered why my biological sister, did not pursue college instead chose to menikah.Ketika after marriage, my sister felt menyesel, why he did not continue sekolahnya.waktu I was still sitting in my big SMP.Dikeluarga own, no one graduates college, maybe just get to the high school level, if one wants to continue the study, there were very menghalangi.Ibuku college wanted me, he wanted to better fate darinya.Setiap think of it, I feel lerned and have a passion for learning, I do not want to disappoint my mother and ayah.Apapun happens, tomorrow, will be a good lebik lagi.Ibu and my father very much hope will keberhasilanku.Mereka do not want to if I can not be someone who can banggakan.Ketika 6th november 2011 schools choose students from grade 6 12untuk follow Physics Olympiad represents the school, I joined chosen, in fact I was really happy but I'm also afraid that if the Olympics come, how to daily lessons in school? ? but I remain optimistic that I can definitely manage it., six people divided into 3 groups, in just one week we studied PHYSICS grade ten, eleven, twelve, 13 november 2011, three teams following his selection at SMAN 1 KEDIRI.Alkamdulilah of three teams I believe in the year 2012, I would have passed with flying colors as much as possible and go to a university that I wanted.
//contoh program else if
//contoh program else if
#include<iostream.h>
#include<conio.h>
main()
{
clrscr
();
int
nilai ;
cout<<"------------#####------------"<<endl;
cout<<"By
: YULIANINGTYAS "<<endl;
cout<<"-------------------------"<<endl;
cout<<"
masukkan nilai anda:";
cin
>>nilai;
cout<<"-------------------------"<<endl;
{
if(nilai>=81)
cout<<"nilai anda=A+";
else if (nilai >=66)
cout<<"nilai anda=B";
else if (nilai>=51)
cout<<"nilai anda =C";
else if (nilai>=36)
cout<<"nilai anda=D";
else
cout<<"nilai anda =E";
}
getch();
}
// alpro 1 mudah kan,,ayo belajar lebih giat
lagi :)
//contoh program kunci sukses
#include<iostream.h>
#include<conio.h>
main()
{
clrscr
();
int
sukses ;
cout<<"Kunci
menuju kesuksesan adalah harus memanfaatkan waktu luang " ;
cin>>sukses;
getch
();
}
Rabu, 05 Desember 2012
contoh program c++
#include
<iostream.h>
#include
<conio.h>
int
main()
{
int A,B,C,D,E;
cout<<”Masukkanbilangan A = “;
cin>>A;
cout<<”Masukkanbilangan B = “;
cin>>B;
C=A+B;
cout<<”HasilJumlah C =
“<<C<<endl;
cout<<”---------------------
“<<endl;
D=A*B;
cout<<”Hasil Kali = “<<D<<endl;
cout<<”---------------------
“<<endl;
E=A/B;
cout<<”HasilBagi =
“<<E<<endl;
cout<<”--------------------- “<<endl;
getch();
}
#include
<iostream.h>
#include
<conio.h>
int
main()
{
int
bilangan, sisa;
cout<<"Masukkan
Bilangan Anda = ";cin>>bilangan;
sisa=bilangan
%2;
if
(sisa==0)
cout<<"Bilangan anda Genap"<<endl;
else
cout<<"Bilangan anda Ganjil"<<endl;
getch();
return
0;
}
int
main()
{
int
bilangan1, bilangan2,sisa1, sisa2;
cout<<"Masukkan Bilangan 1
= ";cin>>bilangan1;
sisa1=bilangan1 %2;
if (sisa1==0)
cout<<"Bilangan 1 Genap";
else
cout<<"Bilangan 1 Ganjil";
cout<<"--------------------------------"<<endl;
cout<<"Masukkan Bilangan 2
= ";cin>>bilangan2;
sisa2=bilangan2 %2;
if (sisa2==0)
cout<<"Bilangan 2 Genap";
else
cout<<"Bilangan 2 Ganjil"<<endl;
getch();
return 0;
}
#include
<iostream.h>
#include
<conio.h>
int
main()
{
char nama[30],
kota[20], telp[12], alamat[50];
cout<<"Nama Mahasiswa : "; cin>>nama;
cout<<"Kota Mahasiswa : "; cin>>kota;
cout<<"Alamat :
"; cin>>alamat;
cout<<"Nomer Telepon : "; cin>>telp;
cout<<” ”<<endl;
cout<<"-----------------------------------
"<<endl;
cout<<"Daftar Nama Mahasiswa
"<<endl;
cout<<"-----------------------------------
"<<endl;
cout<<" Nama :
"<<nama<<endl;
cout<<" Dari Kota :
"<<kota<<endl;
cout<<" Alamat :
"<<alamat<<endl;
cout<<" Telepon :
"<<telp<<endl;
cout<<"-----------------------------------
"<<endl;
getch();
return
0;
}
contoh program :
#include <iostream.h>
#include <conio.h>
void main()
{
int nilai;
cout<<"Nilai Anda : ”;cin>>nilai;
if (nilai>=85)
{
cout<<”NIlai Anda A”; }
else if (nilai>=66)
{
cout<<”Nilai Anda B”; }
else if (nilai>=50)
{
cout<<”Nilai Anda C”; }
else if (nilai>=40)
{
cout<<”Nilai Anda D”; }
else
{
cout<<”Nilai Anda E” }
getch();
}
//PAJAK
PEMBELIAN BARANG
#include
<iostream.h>
#include
<conio.h>
const float
mewah=0.005;
const float
menengah=0.002;
float pajak;
int harga;
int main()
{
cout<<"Masukkan
harga barang\n";cin>>harga;
if (harga>3000000)
{
pajak=harga*mewah;
cout<<"Harga = "<<harga<<endl;
cout<<"prosentase pajak = "<<mewah<<"\n";
cout<<"Pajak pembeliannya = "<<pajak;
}
else if (harga>1000000)
{
pajak=harga*menengah;
cout<<"Harga =
"<<harga<<"\n";
cout<<"prosentase
pajak = "<<menengah<<"\n";
cout<<"Pajak
pembeliannya = ” <<pajak;
}
else
{
cout<<"Harga =
"<<harga<<"\n";
cout<<"Barang murah banget, tidak
kena pajak";
}
cout<<"\n"; sama dengan cout<<endl;
getch();
return 0;
}
Langganan:
Komentar (Atom)

