Answer to Question #275520 in C++ for kashan

Question #275520

toss a coin in c++ (simple toss) without using functions


1
Expert's answer
2021-12-04T12:12:59-0500
int coinToss() {
    int randomNumber;
    randomNumber = 1 + rand() % 2;


    return randomNumber;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment