Sabtu, 04 Oktober 2014

Borland C++
Toko Buku

#include <iostream.h>
#include <conio.h>

main()
{
char kode, *namabuku, *bonus;
int  jumbel, harga, jumbay, total, totalbayar;
float potongan;
clrscr();

Sabtu, 27 September 2014

Borland C++
Struk Cinema

#include<stdio.h>
#include<conio.h>
#include<iostream.h>
main()
{
int harga=30000, jumlah, tb;
char kode[20], jenis[20];
clrscr();

Sabtu, 20 September 2014

Borland C++

Luas dan Keliling Persegi Panjang

#include <stdio.h>
#include <conio.h>

main ()
{

float P;
float Luas, Keliling, L;
clrscr ();