Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include <iostream>

#include <iomanip>
using namespace std;
int main()

{
char name[50],email[50];
int number,quantity,price;
soft_pastel = 15, Acrylic = 15, watercolour= 15, tortillon = 15;

cout<<setw(73)<<"Welcome to ARToolZ Online Shop"<<" "<<setw(50)<<endl;


cout<<setw(80)<<"We provide Art Materials with affordable price"<<"
"<<setw(30)<<endl;
cout<<setw(76)<<"Don't miss this chance! Grab it now!"<<"
"<<setw(50)<<"\n\n";
cout<<"Category"<<" "<<setfill('*')<<setw(18)<<"Traditional
Art"<<setfill('*')<<setw(4)<<" "<<" "<<" "<<setfill('*')<<setw(14)<< "Digital
Art"<<setfill('*')<<setw(4)<<"\n";
cout<<"Traditional Art\n\n";
cout<<"Soft Pastel"<<endl;
cin>> price ;
cout<<"Price per set RM:"<<" "<<price<<"\n";
cout<<"Acrylic paints"<<endl;
cin>> price;
cout<<"Price per set RM:"<<" "<<price<<"\n";
cout<<"Watercolour"<<endl;
cin>>price;
cout<<"Price per set RM:"<<" "<<price<<"\n";
cout<<"Tortillon paper stump"<<endl;
cin>>price;

cin<< soft_pastel << quantity << endl;


cout<< soft_pastel<< "soft_pastel"<< quantity <<

price_1 = soft_pastel*quatitity;
cout<< price_1 << "rm " << endl;

price_2 = Acrylic*quantity;
cout << price_2*quantity;

price_3

price_4

total_price = p1+p2+p3+p4;
cout<<total_price;

You might also like