i am getting an error use of unassigned local variable 'j'.......in the following code .....could you help?


Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace structure
{
  class Program
    {
        struct jeetu   // no semi colon
        {
            public string name;
            public
...