Home /
Expert Answers /
Other /
on-an-8-by-5-inch-paper-brainstorm-ideas-you-think-are-interesting-for-20-minutes-set-a-timer-on-a-p
(Solved): On an 8-by-5 inch paper, brainstorm ideas you think are interesting for 20 minutes (set a timer on ...
On an 8-by-5 inch paper, brainstorm ideas you think are interesting for 20 minutes (set a timer on a phone, or check a clock). Write down as much as you can, and then choose seven ideas you like the best. Take a photo of your brainstorm. A video demonstrating a brainstorm will be up on VIULearn. Post your photo and seven ideas on the discussion board in VIULearn. To be sure I can read your ideas, type them under the photo. Please keep ideas PG, so that it would be okay telling them to a child. In main.hpp write a function prototype: void ideas setup(std::string[]) In main.cpp, implement the ideas setup function to set each of seven elements of the string array to one of your seven ideas. Each idea should be one literal string. (check your work by creating a string array in main function, call ideas setup, then print it in main) Check-In, Jan 29. In main.cpp create a local array of type Door with 7 elements, each element an instance of a Door (you should not be using keyword new anywhere for this). Create an output menu to let the user choose a number between 1 and 7 as input to explore one of the seven doors. (an example is given on the next page)