public static void Main()
Console.WriteLine("Electricity Bill for the Next Month");
Console.WriteLine("The Electricity Cost per kwh:)" +a)
Console.WriteLine("Enter the total Kilowatt hour consumed:");
string num1=Console.ReadLine();
b=Convert.ToDouble(num1);
Console.WriteLine("Tax This Month:" + c);\
Console.WriteLine("Discount this Month:" +d);
Console.WriteLine("The total electricity bill this month:" +Total):