Question 2 of 5 Chapter 2: Programming Project 2 Unlimited tries (Find the number of years) Write a program that prompts
Posted: Sat Jul 09, 2022 11:47 am
Question 2 of 5 Chapter 2: Programming Project 2 Unlimited tries (Find the number of years) Write a program that prompts the user to enter the minutes (e.g., 1 billion) and displays the number of years and days for the minutes. For simplicity, assume a year has 365 days. Sample Run Enter the number of minutes: 1000000000 1000000000 minutes is approximately 1902 years and 214 day: For a hint on this program, please see https://liangcpp.pearsoncmg.com/cpprevel2e.html. If you get a logic or runtime error, please refer to https://liangcpp.pearsoncmg.com/faq.html. 1 Enter your code