PROBLEM STATEMENT

LAB NUMBER: 01

Write code using C/C++ which performs following tasks:
a) Prompt the user to enter number of columns?
b) Prompt the user to enter number of rows?
c) Get data cell by cell from user using a loop?
d) Generate an html page to display above data in a table?
e) Store the page in a folder on desktop