I am a novice to C# program. When I tried to execute the following program following error message is coming. Please anybody explain.
“The type or namespace name 'Windows' does not exist in the class or namespace 'System' (are you missing an assembly reference?)”
using System;
using
public
{
MessageBox.Show("Hello!");
}