1.
Write a program that contains an array. The array will containthe titles of your favorite books,
games, shows, or movies. You may make it as large as you desire,but only enter the titles
through user input.
Sample output:
“Dragon Wing”, “Doom Patrol”, “Pokemon”, “Star Wars”
2.
Write a program that creates a class to represent what you spendyour time on every week.
Inside of that class, you will need a 2D array that representseach day of the week and how
much time you spend on any given activity (the size should be 7by whatever the number of
activities you perform in a week). You may enter the valueshowever you
OR
OR