Lab 01 - Problem Statement
LAB NUMBER: 01
Write code using C/C++ which performs following tasks:
- Prompt the user to enter number of columns
- Prompt the user to enter number of rows
- Get data cell by cell from user using a loop
- Generate an html page to display above data in a table
- Store the page in a folder on desktop