10

bool isTrue(bool val){
If(val == true){
return true;
}
else if(val == false){
return false;
}
else{
cout<<"Wrong value";
}
Function isTrue is the future ! 😂😂😂

Comments
  • 2
    Have a ++ for the scary code!
  • 1
    I guess I'll also try to program high. It looks like you're having a great time 😄
Add Comment