Rata - rata (C++)

oleh : arif zainurrohman    #include <iostream>#include <stdio.h>using namespace std;int main() {    int n,x,jumlah;    float rata;    rata=0;    jumlah=1;    x=1;    n=0;    while (x != 0) {        cout << "Masukkan nilai (0 untuk berhenti)  : "; cin >>...

Matriks Ordo 3 (Pascal)

oleh : arif zainurrohman uses crt;type t = object                m1,m2 : array [1..3,1..3] of integer;                lok:array[1..9]of integer;                procedure input;               ...

Deret (Fungsi For )

oleh : arif zainurrohman #include <iostream>#include <stdio.h>using namespace std;int main () {int pil,i,j,m;char k;char l='A';menu :cout << " xxx {MENU} xxx\n";cout << " 1. Deret 1    \n";cout << " 2. Deret 2    \n";cout << " 3. Exit       \n";cout << "---------------\n";cout << "Pilihan Anda :  "; cin >>...