Question: What is the error in the following C# program? using System; namespace ConsoleApplication1{ class Program{ static void Main(string[] args){ integer a; float b; } }
What is the error in the following C# program? using System; namespace ConsoleApplication1{ class Program{ static void Main(string[] args){ integer a; float b; } } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
