// cs0117.cs: `int' does not contain a definition for `E' // Line: 7 class T { public static int Main (string [] args ) { int x = 1.E; return 0; } }