I am posting this response also includes the results of my exam yesterday as discrete mathematics.
Please know the following is the calculation formula of permutations:
sourcecode:
[sourcecode]
#include <iostream.h>
#include <conio.h>
class per{
public:
masukan();
proses();
private:
int n,r,i;
int faktorn,faktorr;
};
per::masukan(){
cout<<"\t\tProgram Permutasi "<<endl;
cout<<"Masukan n = ";
cin>>n;
cout<<"Masukan r = ";
cin>>r;
}
per::proses(){
faktorn=1,faktorr=1;
for(i=n;i>0;i--){
faktorn=faktorn*i;
}
for(i=n-r;i>0;i--){
faktorr=faktorr*i;
}
cout<<"Permutasinya "<<faktorn/faktorr<<endl<<endl;
cout<<"http://yusufruli.wordpress.com";
}
int main(){
per x;
x.masukan();
x.proses();
getch();
return 0;
}
[/sourcecode]
Friday, 8 July 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Nemu artikel bagus nih tentang agama. Gak ada salahnya saya posting, apalagi sebelum bulan ramadhan ini. TAKHALLI sesungguhnya berunt...
-
#include <cstdlib> #include <iostream> using namespace std; int floor(double x){ int a; ...
-
KATA PENGANTAR
Blog Archive
-
▼
2011
(95)
-
▼
Jul
(29)
- Toko Suami
- Nilai C ? Semoga tidak lagi dan lebih bagus lagi
- Bantul Ekspo Targetkan Transaksi Rp14 Miliar
- conversion of 1 to 2 dimensional array
- Tahukah Kamu Apa yang Terjadi di Internet Selama 6...
- Bantul Ekspo Targetkan Transaksi Rp14 Miliar
- conversion of 1 to 2 dimensional array
- Tahukah Kamu Apa yang Terjadi di Internet Selama 6...
- Seluk-Beluk Sepeda Fixie
- Messi: Copa Baru Saja Dimulai!
- Teknologi Ajax
- Teknologi Ajax
- Factorial c++
- permutation C++
- Keberadaan Situs-situs Bersejarah di Gua Selarong ...
- Resmi: Djohar Arifin Ketum PSSI 2011-2014
- permutation c++
- Factorial c++
- Samsung Galaxy S II Udah Hadir di Indonesia
- save the notepad text on the drive with c + +
- Second and Third Costume The Elegant AC Milan
- 40 Negara Pengguna Facebook Terbanyak di Asia [Inf...
- Kekecewaan Messi setelah hasil imbang lawan Bolivia
- Pele: Hernandez bisa menjadi next Messi
- Google memamerkan kotak masuk Gmail baru
- Aji Santoso: Irfan, Kim dan Andik Layak Masuk Timnas
- Real Mataram Cup Resmi Dibatalkan
- Boaz Siap Main di Luar Negeri
- My netbook
-
▼
Jul
(29)
|
[close]
Powered by Blogger.
0 komentar:
Post a Comment