MINGGU KE 2 BELUM ADA JUDUL

Tinggalkan komentar

This week I did not comment because I feel sleepy and tired attend college because of watching bola.seamalamn Alpro and I attended college with what I adanya.walaupun but I still feel that passion to attend college for the sake of my future esok.dan material presented before me know enough to start college.ALPRO IS MY LIFE

TANGGAPAN MINGGU PERTAMA

Tinggalkan komentar

rational in the first week was very impressed when I saw Alpro Alpro lecturer, so tense, really disciplined even before school started 10min before had arrived and was in class, even while I have not actually even be present, and I even terlambat.dan after classes begin and kuliahpun more interesting with stories that I hope disampaikan.untuk progress Alpro Alpro is getting the maximum value is the value of “a”, with the struggles that I experienced, and the first week I started the introduction of the material can not be understood as a whole because I am still confused and I got home I did not learn about the material presented in college.
Alpro IS struggle

tugas 3 DDP

Tinggalkan komentar

#include
#include

int main(){

int pilihan;
double nilai1, nilai2, hasil;
float a,b;
cout<<"t———————————————————-"<<endl;
cout<<"t| KALKULATOR SEDERHANA |"<<endl;
cout<<"t| |"<<endl;
cout<<"t| pilihlah salah satu operasi yang diinginkan(1,2,3,4,5) |"<<endl;
cout<<"t| 1. operasi perjumlahan |"<<endl;
cout<<"t| 2. operasi pengurangan |"<<endl;
cout<<"t| 3. operasi perkalian |"<<endl;
cout<<"t| 4. operasi pembagian |"<<endl;
cout<<"t| 5. operasi kuadrat |"<<endl;
cout<<"t———————————————————-"<<endl;
cout<<endl;
cout<>pilihan;
cout<<endl<<endl;
switch(pilihan){

case 1: //penjumlahan
cout<>nilai1;
cout<>nilai2;

hasil=nilai1+nilai2;

cout<<"hasil penjumlahan : "<<hasil;
break;

case 2: //pengurangan
cout<>nilai1;
cout<>nilai2;

hasil=nilai1-nilai2;
cout<<"hasil pengurangan : "<<hasil;
break;

case 3: //perkalian
cout<>nilai1;
cout<>nilai2;
hasil=nilai1*nilai2;

cout<<"hasil perkalian : "<<hasil;
break;

case 4: //pembagian
cout<>nilai1;
cout<>nilai2;
hasil=nilai1/nilai2;

cout<<"hasil pembagian : "<<hasil;
break;

case 5: //kuadrat
cout<>nilai1;

hasil=nilai1*nilai1;

cout<<"hasil kuadrat : "<<hasil;
break;

default:
cout<<"salah mas beroo ^^ ";
}

getch();
return 0;

}

TUGAS 2 : Dasar Dasar Pemmrograman

2 Komentar

Program untuk menampilkan Nama , Kelas dan NIM

</p>
<p>#include &lt;iostream&gt;</p>
<p>using namespace std;</p>
<p>int main(){</p>
<p>cout&lt;&lt;&quot; Nama   : Devi Ayi Irawan &quot;&lt;&lt;endl;</p>
<p>cout&lt;&lt;&quot; Kelas  : D &quot;&lt;&lt;endl;</p>
<p>cout&lt;&lt;&quot; NIM    : 11018209 &quot;&lt;&lt;endl;</p>
<p>cout&lt;&lt;endl;</p>
<p>system (&quot;PAUSE&quot;);</p>
<p>return 0;</p>
<p>}</p>
<p>

algoritma

Tinggalkan komentar

1. bangun
2. solat
3. mandi
4. sarapan
5. berankat kuliah
6. belajar
🙂

Hello world!

1 Komentar

Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post.

Here are some suggestions for your first post.

  1. You can find new ideas for what to blog about by reading the Daily Post.
  2. Add PressThis to your browser. It creates a new blog post for you about any interesting  page you read on the web.
  3. Make some changes to this page, and then hit preview on the right. You can always preview any post or edit it before you share it to the world.