Project 10: Jimmy Learns Soccer

Project 10: Jimmy knows nothing about the rules and strategy of soccer.  He commits to learning the game and plans to "learn 10% of everything he doesn't know about soccer every month".  At this rate, how many months will it take Jimmy to know at least 99% of the rules and strategies for soccer?


Task: Appropriately initialize the value of 'months' that represent the number of months it will take him to learn at least 99%.

**If your code works for 5 test cases in a row, you can enter your e-mail address.

Universal Computational Math Methods:

pow(5,2) returns 25.0

abs(-3.0) returns 3

sqrt(49.0) returns 7.0