#ifndef CRITERIA_H
#define CRITERIA_H
#include
using namespace std;
class Criteria
{
public:
Criteria(string=, string=, int=0);
string getName();
string getValue();
intgetWeight();
void print();
private:
string name;
string value;
intweight;
};
#endif

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

![[Solved] Payroll calculation program-Python](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.