I've always been antisocial, so there's some TRUTH to that. But I'd argue with the world that in each moment of my life I give my everything to do the nicest thing possible for everyone . <3
{
int h, j1, j2, jobcost;cout«”Number of hours required to install a hardwood floor:”;
cin»h;
j1=h/8;
cout«”Number of eight-hour work days required for the job:”;
cout«j1;j2=(h%8);
cout«”\nRemaining hours needed in the last day:”;
cout«j2;jobcost=(j1*350)+(j2*50);
cout«”\nTotal cost of the job:”;
cout«jobcost;
cout«”\n”;return 0;
}
charchar~ LE1 . lol!