Friday, 13 January 2012 CPP contoh 15 # include <iostream.h> void main () { int m = 26, n = 82; int min = m < n ? m : n; cout<<"Bilangan terkecil adalah "<<min<<endl; } output Bilangan terkecil adalah 26 Posted by aspire_wanz Tweet Related Posts :contoh 23 # include <iostream.h> void main () { int m =166; if (m>1000) &n… Read More...contoh 26 # include <iostream.h> void main() { int i; i=0; &nbs… Read More...contoh 24 # include <iostream.h> void main () { int m = 166; if (m > 1000) … Read More...contoh 22 # include <iostream.h> void main () { int m =166; if (m>1000) &n… Read More...contoh 25 // program untuk melihat nilai ahir test// nilai A jika nilai di atas 80, B jika 70 <= nilai &l… Read More...
0 Response to "contoh 15"
Post a Comment