fork download
  1. else if ((pcard1.value == 2) && (pcard2.value == 2) && (pcard3.value == 2))
  2. {
  3. playerhandrank = 42;
  4. bankroll += win*4;
  5. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:13: error: expected unqualified-id before 'else'
             else if ((pcard1.value == 2) && (pcard2.value == 2) && (pcard3.value == 2))
             ^
stdout
Standard output is empty