For Better Performance Please Use Chrome or Firefox Web Browser

35-3

#include<iostream.h>
#include"mokhtalet.h"

void main ()
{
	Mokhtalet a, b(3,2);
	Mokhtalet c;
	double andazeA;

	andazeA = a.andaze();

	cout << "andaze A = " << andazeA << endl;
	cout << "andaze B = " << b.andaze() << endl;

	// a += b
	a.jamMosavi(b);

	a.operator+= (b);
	c = a += b;

}

تحت نظارت وف ایرانی