ASSIGNMENT BY FASIH DAWOOD
ROLL # 1612118
"CODE OF TABLES"
using System;
using [Link];
using [Link];
using [Link];
using [Link];
namespace ConsoleApplication1
class Program
static void Main(string[] args)
int table = 2;
int c = 6;
for(int i = 1 ; i <=10 ; i++)
[Link]("{0} x {1} = {2}", table, i, table * i);
if (i == 10) {
table++;
i = 0;
if(table==c){
break;
[Link]();