(Table of Powers Application) Write an application that displays a table of numbers from 1 to an upper limit, along with each number’s squared value (for example, the number n to the power 2, or n ^ 2) and cubed value (the number n to the power 3, or n ^ 3). The user specifies the upper limit, and the results are displayed in a ListBox, as in Fig. 4.26