#include
using namespace std;
#include
#include
#include Criteria.h
Criteria::Criteria(string n, string v, int w)
: name(n), value(v), weight(w) { }
string Criteria::getName() { return name; }
string Criteria::getValue(){ return value;}
intCriteria::getWeight() { return weight; }
void Criteria::print()
{
cout << setw(8)<< left<< name << ” “<< setw(20) << left<< value<< ” “<< setw(2)<< right << weight << ” ” << endl;}

![[SOLVED] CS #include](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] pakudex](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.