F
fataneh
hi every body;
i wrote a program that it has error ;plz help me![Frown :( :(](/styles/default/custom/smilies/frown.gif)
using System;
namespace ConsoleApplication45
{
class Program
{
static void Main(string[] args)
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("***********");
for (int i = 0; i < 1008; i++)
{
Console.BackgroundColor = ConsoleColor.DarkCyan;
Console.Write(" ");
}
move(); // ***********error is for
here***********************************************
}
class fat
{
void move()
{
int i;
for(i=0;i<10;i++)
{
Console.WriteLine(i);
}
}
}
}
}
i wrote a program that it has error ;plz help me
![Frown :( :(](/styles/default/custom/smilies/frown.gif)
using System;
namespace ConsoleApplication45
{
class Program
{
static void Main(string[] args)
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("***********");
for (int i = 0; i < 1008; i++)
{
Console.BackgroundColor = ConsoleColor.DarkCyan;
Console.Write(" ");
}
move(); // ***********error is for
here***********************************************
}
class fat
{
void move()
{
int i;
for(i=0;i<10;i++)
{
Console.WriteLine(i);
}
}
}
}
}