Mencari Nilai Terbesar 😊 #include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int
Kamis, 24 Maret 2016
alpro
Unknown
08.48
Mencari Nilai: #include <iostream>/* run this program using the console pauser or add your own getch, system("pause") or input loop */using namespace std;int main(int argc, char** argv) {
alpro
Unknown
08.41
Mencari AKAR: #include <iostream>#include <math.h>#include <conio.h>/* run this program using the console pauser or add your own getch, system("pause") or input loop */using namespace std;int main(int argc, char**
alpro
Unknown
08.31
Mencari Ganjil,Genap #include <iostream>/* run this program using the console pauser or add your own getch, system("pause") or input loop */using namespace std;int main(int argc, char** argv) {
alpro
Unknown
08.12
mencari R1,R2,R3: #include <iostream>/* run this program using the console pauser or add your own getch, system("pause") or input loop */using namespace std;int main(int argc, char** argv) {
Minggu, 20 Maret 2016
alpro
Unknown
19.34
4.2 #include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int main(int argc, char**
alpro
Unknown
19.25
4.1 #include <iostream>/* run this program using the console pauser or add your own getch, system("pause") or input loop */using namespace std;int main(int argc, char** argv) { int
alpro
Unknown
18.53
kelompok=5 Nama=muhamad firmansyah Nim=1500018126 Nama=indra nugroho Nim=1500018067 Nama=farhan Nim=1500018098 Tugas minggu ke-4 #include <iostream>/* run this program using the console pauser or add your own getch, system("pause") or input
Sabtu, 19 Maret 2016
alpro
Unknown
21.05
mencari nilai a>b #kasus 3.1 #include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std;
Jumat, 18 Maret 2016
alpro
Unknown
07.51
Program sederhana c++ While #include<iostream> using namespace std; main() { int a,i,nilai_mhs[10]; float rerata,jumlah; cout<<" Menghitung nilai Mahasiswa : \n"; cout<<" Berapa banyak mahasiswa? "; cin>>a; i=1; while
alpro
Unknown
07.49
Belajar Function 1 #include <iostream> using namespace std; int luas(int q,int r){ int hasil; hasil=q*r; return hasil; } int keliling(int p,int l){ int kel=p+p+l+l;
alpro
Unknown
07.28
Latihan Individu Buatlah algoritma dan program untuk mencari titik tengan sebuah garis yang ujung titik nya adalah A(x1,y1) dan (Bx2,y2) . Algoritma : Disini kita misalkan x1=4, x2=2,y1=3,y2=3.
Langganan:
Postingan (Atom)