Skip to content
Permalink
7792a3ceef
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (28 sloc) 762 Bytes
#include"Header.h"
void smallApartment()
{
for (int i = 0; i < Housestore1.size(); i = i + 2)
{
SetConsoleTextAttribute(h, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout << "HHHHH" << endl;
sum = sum - 3000000;
}
}
void mediumApartmrnt()
{
for (int i = 0; i < Housestore2.size(); i = i + 2)
{
SetConsoleTextAttribute(h, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout << "HHHHHHHHH" << endl;
sum = sum - 10000000;
}
}
void largeapartment()
{
for (int i = 0; i < Housestore3.size(); i = i + 2)
{
SetConsoleTextAttribute(h, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout << "HHHHHHHHHHH" << endl;
sum = sum - 50000000;
}
}