Go and Explore
Exploring my country on bike
Home
C#
Programming
Create a table in C#
Programming
Create a table in C#
By
Unknown
At 5:32:00 AM
0
using System;
namespace ArrayApplication
{
class MyArray
{
static void Main(string[] args)
{
int no,i;
no=5;
for(i=1;i<=10;i++){
Console.WriteLine(no+" * "+i+" = "+no*i);
}
}
}
}
You Might Also Like
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
0 comments:
Post a Comment