Question: How do i write this in C language? if count >= int(math.log(100,2) + 1): print(You have exceeded the maximum number of tries!) break
How do i write this in C language?
if count >= int(math.log(100,2) + 1): print("You have exceeded the maximum number of tries!") break
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
