Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<iostream>
- using namespace std;
- int main()
- {
- int price[3]={150,100,200},total;
- int x,y;
- cin>>x>>y;
- cout<<price[x-1]*y<<" TK"<<endl;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement