#include <iostream>
#include <conio.h>
#include <process.h>
#define phi 3.14
float V,L;
int r;
void menu()
{
cout<<"Pilih Program"<<endl;
cout<<"1.Hitung Luas Permukaan Bola"<<endl;
cout<<"2.Hitung Volume Bola"<<endl;
cout<<"3.Star"<<endl;
cout<<"4.Keluar"<<endl;
}
void...
Selasa, 18 November 2014
Latihan Soal Aljabar Boolean
Posted by Novia Mardiana On 01.03.00
A
B
C
D
B’
A.B
(A.B)’
B’.C
C+D
Output = (A.B)’ +
(B’.C) + (C+D)
0
0
0
0
0
0
0
1
0
0
1
0
0
0
1
1
...
Langganan:
Postingan (Atom)