#include<iostream.h>
#include<conio.h>
#include<dos.h>
#include<process.h>
char mat[3][3];
void table(void); //function to print the table
void welcome(void); //function for welcome screen
void main()
{
welcome();
A: clrscr();
int i,j,m,n,sum=0;
char ch;
for(m=0;m<3;++m)
for(n=0;n<3;++n)
mat[m][n]=’