:::: MENU ::::
  • life isn't about getting and taking , it's about giving and being

  • Identify your passion then design your future

Sabtu, 16 April 2016


1.Algoritma

n < - bilangan
untuk i=0
 Masukkan data [i];
ulang selama i<n;
untuk a= 0
untuk b = n-1
jika data [b]< data [b-1] maka tukar data

.....
  Akhir jika

b--1;

akhir untuk
 tampilan data [i];
a++;
akhir untuk

 keluar 

2.C++

#include <stdio.h>
#include<iostream>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;

main() {
 int x;
 int y;
 cout<<"\nMasukkan bilangan ke- 1 :";
 cin>>x;
 cout<<"Masukkan bilangan ke-2 :";
 cin>>y;
 if(x>y){

 cout<<x<<" Lebih Besar"
}else if(x<y){
 cout<<y<<" Lebih Besar"

}else{
 cout<<"Sama Besar";
}

 return 0;
}

0 komentar:

Posting Komentar

Thank's udah mampir guys