Please code in java and follow the instructions as it is.. Dont use very advanced methods. Refer the images provided for the scope and sample input and output Write a program that accepts two positive integers: a deposited amount of money and an interest rate, as an annual percentage rate. Your program will calculate the number of years that will take for the account balance to reach $1, 000,000. You can assume that the initial deposit is less than $1,000,000 Input The input will begin with a single line containing T, the number of test cases to follow. The remaining lines contain the lines to be calculated. Each of these lines has two positive integers separated by a single space. The first value is the deposited amount, the second is the interest rate. Output The output should consist of the number of years.
Please code in java and follow the instructions as it is.. Dont use very advanced methods. Refer the images provided for the scope and sample input and output
Write a program that accepts two positive integers: a deposited amount of money and an interest rate, as an annual percentage rate. Your program will calculate the number of years that will take for the account balance to reach $1, 000,000. You can assume that the initial deposit is less than $1,000,000
Input
The input will begin with a single line containing T, the number of test cases to follow. The remaining lines contain the lines to be calculated. Each of these lines has two positive integers separated by a single space. The first value is the deposited amount, the second is the interest rate.
Output
The output should consist of the number of years.
![P1 Concepts
P2 Solutions limited in scope to:
Selection statements
O
O
O
single selection
double selection
multi-selection
Repetition statements
O
counter controlled loops
sentinel controlled loops](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Feb1193c9-d0d1-416d-ac45-bceed8a4dd09%2Fbebd6d53-2d78-42f9-9493-39d38d3f6d0d%2Fgdyx27n_processed.jpeg&w=3840&q=75)
![Sample Input
2
10000 10
500 5
Sample output
49 years
156 years](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Feb1193c9-d0d1-416d-ac45-bceed8a4dd09%2Fbebd6d53-2d78-42f9-9493-39d38d3f6d0d%2Fu993r3l_processed.jpeg&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 4 steps with 3 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)