a. Problem Statement
Write a program in C++ that performs the following tasks:
- Prompts the user to enter the number of columns.
- Prompts the user to enter the number of rows.
- Gets data for each cell from the user using nested loops.
- Generates an HTML page that displays the collected data in a formatted table.
- Saves the generated page in a folder on the desktop.