solidity
Solidity Contract The smart contract should emulate the following game between two players, A and B, that proceeds in rounds. The first player A picks a number in [1,100], say denoted by nA. The second player does the same picking the number nB. Subsequently players A and B submit their guesses for each other’s value …