Kamis, 31 Maret 2016

PEMROGRAMAN FUNGSI NILAI TERBESAR ( KASUS 5.2 )

1.C++ :
#include <iostream>

/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
int bilangan(int a, int b)
{
 if(a>b)
 return (a);
 else
 return (b);
}
int main(int argc, char** argv) {
 int x,y;
 cout<<"Masukkan Bilangan pertama : ";
 cin>>x;
 cout<<"Masukkan Bilangan kedua : ";
 cin>>y;
 cout<<"Nilai Maksimum nya : "<<bilangan(x,y)<<endl;

 return 0;

}>

2.Raptor :


luvne.com ayeey.com cicicookies.com mbepp.com kumpulanrumusnya.com.com tipscantiknya.com

0 komentar:

Posting Komentar