Please help
Like this ???
1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
int main()
{
Circle a,b;
a.set();
b.set();
a.computediameter();
b.computediameter();
a.computearea();
b.computarea();
a.printall();
b.printall();
return 0;
}
|
is it correct?
Topic archived. No new replies allowed.