cara membuat program kasir dengan bahasa devc++
#include <iostream> #include <stdio.h> #include <conio.h> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { double menuA, menuB, jumlah_menuA, jumlah_menuB, diskon,bayar,kembalian, total_hrg_menuA, total_hrg_menuB, harga_menu1, harga_menu2, total_pembayaran; cout<<"================================================"<<endl; ...