₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,370 members, 8,430,697 topics. Date: Saturday, 20 June 2026 at 10:23 PM

Toggle theme

TobiSonOfBaal's Posts

Nairaland ForumTobiSonOfBaal's ProfileTobiSonOfBaal's Posts

1 (of 1 pages)

ProgrammingRe: My Programming Park (rise Of A Learner) by TobiSonOfBaal:
.
ProgrammingRe: My Programming Park (rise Of A Learner) by TobiSonOfBaal: 10:36pm On Oct 15, 2017
Calculate man power on bed
#include <iostream>
#include <cmath>
using namespace std;
//oya na
class ManPowerOnBed {
public:
int style;
int round;
bool blwjob;
int result1=(round*style)/2;
int result2=(round*style)/4;
//na the koko be dis
void koko(){
if (blwjob=true&&result1>=4.5)
cout <<"Your score na: "<<result1<<"and you strong well";
else if (blwjob=true&&result1<4.5)
cout <<"Your score na: "<<result1<<"and you be akamu";
if (blwjob=false&&result2>=4.5)
cout <<"Your score na: "<<result2<<"and you strong well";
else if (blwjob=false&&result2<4.5)
cout <<"Your score na: "<<result2<<"and you be akamu";
};
};
//make we chook
int main(){
ManPowerOnBed tunde;
tunde.style;
tunde.round;
tunde.blwjob;
cout <<"Dey give you blwjob? True or False:"<<endl;
cin >> tunde.blwjob;
cout <<"How many round you chook?"<<endl;
cin >> tunde.round;
cout << "How many style?"<<endl;
cin >> tunde.style;
tunde.koko();
return 0;
}

1 (of 1 pages)