Bismillahirohmanirohim Assalamualikum w.w, 4.6.3 How To Solve Program mengunakan Dev C++: #include<iostream> #include<iomanip> using namespace std; main() { int byk, htg=1, tmp, data[15]; cout << "Banyak data : "; cin...
Sabtu, 16 April 2016
23.33.00
23.29.00
How To Solve 4.6.1
Unknown
No comments
BismillahirohmanirohimAssalamualikum w.w,4.6.1 How To SolveProgram mengunakan Dev C++: #include <stdio.h> #include<iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; main() { int x; int y; cout<<"\nMasukkan bilangan ke- 1 :"; cin>>x; cout<<"Masukkan bilangan ke-2 :"; cin>>y;...
23.12.00
PROBLEM SOLVING HAL 538
Unknown
No comments
Bismillahirohmanirohim Assalamualikum w.w, PROBLEM SOLVING HAL 538 Program mengunakan Dev C++: #include <iostream> #include <string.h> #include <conio.h> using namespace std; int main() { int i,jum; char string[100]; cout<<"Masukan sembarang kalimat:\n"; cin.getline(string,100); //membaca spasi //mengubah huruf awal menjadi huruf kapital if((string[0]>='a')&& (string[0]<='z')) string[0]=(char)string[0]-32; //mengubah huruf setelah huruf awal menjadi huruf...
23.06.00
HOW TO SOLVE 4.5.3
Unknown
No comments
BismillahirohmanirohimAssalamualikum w.w,4.5.3 How To SolveProgram mengunakan Dev C++: #include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; //Bucket Sort void bucket_sort (int arr[], int n) { //Here range is [1,100] int m...
23.04.00
HOW TO SOLVE 4.5.1
Unknown
No comments
BismillahirohmanirohimAssalamualikum w.w,4.5.1 How To SolveProgram mengunakan Dev C++: #include <iostream> #include <stdio.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int main() { int n, *arr, onee = 0, twoo, threee, total =...
23.00.00
HOW TO SOLVE 4.4
Unknown
No comments
BismillahirohmanirohimAssalamualikum w.w,4.4 How To SolveProgram mengunakan Dev C++: #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 a[20],n; cout<<"Batas : "; cin>>n; for (int i=0;i<n;i++){ cout<<"Data : ";...
22.49.00
HOW TO SOLVE 4.3
Unknown
No comments
BismillahirohmanirohimAssalamualikum w.w,4.3 How To Solve Algoritma nya: Mencari Laba Usaha Aspek perencanaan : Proyek bertujuan untuk mempermudah mencari laba usaha berdasarkan jenis-jenis laba yang ada . Jenis-jenis laba usaha : · Laba kotor · Laba usaha · Laba sebelum pajak · Laba bersih Program yang di rancang berdasarkan...
Langganan:
Postingan (Atom)