This program prompts the user for a string and two integers. It then prints out a rectangle whose height is equal to the first integer and width is equal to th e second integer Please enter a string: $ Please enter the height integer: 4 Please enter the width integer: 2 $$ $$ $$ $$ --------------------------------------------- This program prompts the user for a string and two integers. It then prints out a rectangle whose height is equal to the first integer and width is equal to th e second integer Please enter a string: bob Please enter the height integer: 5 Please enter the width integer: 3 bobbobbob bobbobbob bobbobbob bobbobbob bobbobbob --------------------------------------------- This program prompts the user for a string and two integers. It then prints out a rectangle whose height is equal to the first integer and width is equal to th e second integer Please enter a string: * Please enter the height integer: 2 Please enter the width integer: 1 * *