Skip to content
Snippets Groups Projects
Commit 77b86b39 authored by Rudi Buss's avatar Rudi Buss
Browse files

Update Exercise 1 - Animal.txt

parent e870b0b2
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ public:
void displaydata()
{
cout <<"There are "<<Number << " animals with " <<Weight <<" kg each availableÒ<<endl;
cout <<"There are "<<Number << " animals with " <<Weight <<" kg each available<<endl;
}
};
......@@ -24,7 +24,6 @@ int main()
Pig.Weight=20;
Pig.displaydata();
system("PAUSE");
return 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment