Vending Machine

Can someone solve this problem?

1
2
3
4
5
6
7
8
9
10
#include<iostream>
#include<iomanip>
using  namespace std;
const int ca=4,
              sa=8,
              oa=10;
    int choice,a,b,t
 
                                                     cout<<"(C,S,0,500,100)  =  (" << c;cout<<" ";cout<<s;cout<<" ";cout<<o;cout<<" ";cout<<x;cout<<" ";cout<<y;cout<<" )"<<endl;
 }   


Last edited on
what problem?
Topic archived. No new replies allowed.