The Independent Voice of West Indies Cricket

Breaking: Algorithm bot picks test captain

FanAttick 5/17/25, 9:15:07 PM
FanAttick avatar image

debut: 11/13/02
64,143 runs

Chrissy 5/18/25, 3:38:49 PM
Chrissy avatar image

debut: 11/14/02
200,241 runs

In reply to FanAttick
lol
You’re on a roll
culpepperboy 5/18/25, 6:01:00 PM
culpepperboy avatar image

debut: 6/2/11
9,144 runs

In reply to FanAttick

Source code:

#include <CANDIDATES>

using namespace std;

int main()
{
Candidate c = new Candidate();
c.getQualifications();
if (c.getSchool()=="Cawmere")
cout << c.getName() << " is the new west indies captain";
else
cout << c.getName() << " is unsuitable";

return 0;
}
- edited -
voiceofreason 5/18/25, 6:09:24 PM
voiceofreason avatar image

debut: 1/20/04
91,396 runs

Hmm...Lee German and Mike Brearley but he did not mention Sammy like many pseudo cricket intellectuals on this board. HA HA HA!
sudden 5/18/25, 6:27:49 PM
sudden avatar image

debut: 11/27/06
54,177 runs

In reply to culpepperboy

more like

Source code:

#include <CANDIDATES>

using namespace std;

int main()
{
Candidate c = new Candidate();
c.getQualifications();
if (c.getSchool()=="Not Kolij or any other school but Cawmere")
cout << c.getName() << " is the new west indies captain";
else
cout << c.getName() << " is unsuitable";

return 0;
}
- not edited -