I wanna to ask a question about C program:
If I want to write a small game, the requirements are: both thecomputer and the user generate a letter taking the value A, B, C,where the game result is determined by the following rules: A <B, B < C and C < A.
How to write the code in C, can you give me an example?
Thank you!
Expert Answer
Answer to I wanna to ask a question about C program: If I want to write a small game, the requirements are: both the computer and …