this is a part of my programme


class Impedence
{
protected:
int R1, R2, X1, X2;
public:
void enterNum(void);
};