Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Matdisk-if-uad · Matematika Diskrit

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 294
  • Category: Mathematics
  • Founded: Sep 5, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 97 - 127 of 659   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
127 agr1n Send Email Oct 20, 2008
7:12 am
nama: Agung Ndaru P nim: 07018245 kelas: D...
126 fauzan_07018319 Send Email Oct 20, 2008
7:08 am
NAMA : PAUZAN ALI HILMI NIM : 07018319 TUGAS : MAMTEMTIKA DISKRI #include<iostream.h> nt cek_prima(int n) { int i, m = ((int)sqrt(n))+1; for (i = 2 ; i <= m;...
125 a12ia_netral Send Email Oct 20, 2008
3:22 am
#include <iostream.h> #include <math.h> #include <conio.h> class bilprima{ friend istream& operator>>(istream& , bilprima&); friend ostream&...
124 Asep junial harun
junial_bpk Send Email
Oct 20, 2008
2:57 am
// Nunung budi listyawan //07018292 #include <iostream.h> #include <conio.h> #include <math.h> main () { cout <<" mengetes Prima \n"; cout <<"Masukkan bilangan...
123 Asep junial harun
junial_bpk Send Email
Oct 20, 2008
2:52 am
//asep junial harun //07018329 #include <iostream.h> #include <conio.h> #include <math.h> int prima(int j){ float sqrtp=sqrt(j); if(j<2)return 0; ...
122 Asep junial harun
junial_bpk Send Email
Oct 20, 2008
2:50 am
//asep junial harun //07018329 #include <iostream.h> #include <conio.h> #include <math.h> int prima(int j){ float sqrtp=sqrt(j); if(j<2)return 0; ...
121 Yus Nizar
yus07018048 Send Email
Oct 20, 2008
2:13 am
#include <iostream.h> #include <math.h> #include <conio.h> int prima(int p){ float sqrtn=sqrt(p); if(p<2) return 0; else if(p<4) return 1; else if(p%2==0) ...
120 arief tri maulana
blacktook Send Email
Oct 20, 2008
1:54 am
Nama : Arief Tir Maulana NIM : 07018054 Kelas : B #include <iostream.h> #include <math.h> #include <conio.h> class...
119 irma07_027 Send Email Oct 19, 2008
10:29 am
Nama : Irma Yunita NIM : 07018027 Kelas : A #include<iostream.h> #include<conio.h> #include<math.h> int isPrime(int p); main() { cout<<"Masukan bilangan...
118 if_uad_05018103 Send Email Oct 19, 2008
9:48 am
Nim : 05018103 Nama : Agus Setiawan Kelas : B #include <iostream.h> #include <conio.h> #include <math.h> class bil_prima{ public: int prima(int); private: int...
117 if_uad_05018103 Send Email Oct 19, 2008
9:47 am
Nim : 05018103 Nama : Agus Setiawan Kelas : B #include <iostream.h> #include <conio.h> #include <math.h> class bil_prima{ public: int prima(int); private: int...
116 Matdisk-if-uad@yahoog... Send Email Oct 19, 2008
9:46 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Matdisk-if-uad group. File :...
115 if_uad_05018103 Send Email Oct 19, 2008
9:44 am
Nim : 05018103 Nama : Agus Setiawan Kelas : B #include <iostream.h> #include <conio.h> #include <math.h> class bil_prima{ public: int prima(int); private: int...
114 nimbrung
ryo_here Send Email
Oct 19, 2008
2:20 am
// tugas program prima atau bukan // nama : Muhammad Rio Wijayanto // NIM : 07018056 #include<iostream.h> #include<math.h> void out( int c ) { if ( c == 0 )...
113 agus_07018055 Send Email Oct 19, 2008
1:56 am
/* nama : Agus suprapman NIM : 07018055 kelas : B */ #include<iostream.h> #include<math.h> void BilPrim(int , int ); int main() { int prim, _sqrt; cout...
112 tomi4812 Send Email Oct 18, 2008
1:11 am
Nama: Tommy Natalianto NIM : 05018090 Kelas: B #include <iostream> using namespace std; void main () { int num1, hit = 0, res; do { cout << ""; cin >> num1; }...
110 dedz_chubby Send Email Oct 17, 2008
5:34 am
Nama : dedi Nugraha Nim : 07018313 Kls : E E-mail: dedz_chubby@... Telp : 081578911171...
109 uwik_yess Send Email Oct 17, 2008
5:28 am
Nama : Dwi aryanto Nim : 07018333 kelas : E E-mail: uwik_yess@... No.hp : 085228386344...
108 ghufron07_287 Send Email Oct 16, 2008
4:05 pm
Nama:M.Ghufron Arifudin Nim:07018287 kelas: E Program cek bilangan prima #include <iostream.h> #include <conio.h> #include <math.h> class bil_prima{ public: ...
107 dananghenks Send Email Oct 16, 2008
6:38 am
//nama : danang nur fauzi //nim : 07018240 //kelas : D #include <iostream.h> #include <conio.h> #include <math.h> class bil_prima{ public: int...
106 heru_fti07 Send Email Oct 16, 2008
6:13 am
Nama : Heru Nugroho NIM : 07018016 Kelas : A #include <iostream.h> #include <math.h> #include <conio.h> int prima(int p){ float sqrtn=sqrt(p); if(p<2) ...
105 TEDY SETIADI
tedz68 Send Email
Oct 15, 2008
3:44 pm
Terima kasih anda telah mengumpulkan program tsb. Namun perlu diperhatikan spesifikasi soalnya adalah input : sebuah bilangan output : bilangan tsb prima atau...
104 mashunaangga Send Email Oct 15, 2008
4:58 am
//Nama:Mashuna arisangga //NIm:07018083 //kelas:B #include <iostream.h> #include <math.h> class prima{ friend istream& operator>>(istream& , prima&); friend...
103 girlbenblog Send Email Oct 10, 2008
8:04 am
I created this cool friends network and added you to my friends network. Hit-up now: http://dallasqst.zoomshare.com/files/newmessage.htm...
102 Off Take
jobbywobby161 Send Email
Sep 22, 2008
5:29 am
Master, Bachelor, Associate and Phds: http://www.degreexs.com/?aff=4837 ... For Moderators: If you are a group moderator and no longer wishes to receive...
101 Overseas
jobbywobby161 Send Email
Sep 22, 2008
5:11 am
Doing IT certifications are the best way to upgrade yourself, suppose if some company wants to hire person with bachelor degree and they have 2 candidates, a...
100 Go Somewhere
jobbywobby161 Send Email
Sep 19, 2008
7:05 pm
Sometimes when you go to new place, you suddenly become lucky, why not give it a try. http://www.4migration.com/?mem=3006 Thanks ... For Moderators: If you are...
99 Overseas
jobbywobby161 Send Email
Sep 19, 2008
11:56 am
To Apply For Job: http://www.wakensee.com/?aff=0956 Thanks ... For Moderators: If you are a group moderator and no longer wishes to receive emails, please...
98 Still Never
jobbywobby161 Send Email
Sep 19, 2008
6:39 am
This is the right time, world is so demanding, dont left in dirt, update your education. Master, Bachelor, Associate and Phds: ...
97 Still Never
jobbywobby161 Send Email
Sep 17, 2008
4:28 am
Master, Bachelor, Associate and Phds: http://www.degreexs.com/?aff=4837 ... For Moderators: If you are a group moderator and no longer wishes to receive...
Messages 97 - 127 of 659   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help