So I have some of the basics down now and I just am a little stuck. So right now I have it so it prompts the user for there score, then user then enters a random score and now I need to be able to print out "You got a perfect score!" if they enter 100. I was thinking I should somehow compare whatever they entered with 100 using == or < but I haven't found a way. I know this is a really simple program but I am just starting. Any hints on what to do? Thanks guys! :)
Also if you see anything that can be improved in the code please let me know because I am just starting!