Company Creative Solutions has installed a pre-paid electricity meter. They have bought500 electricity units from Checkers for R908
Make use of the following main method and output screen to create a complete C# project. static void Main(string[] args) { int[] units = new int[10]; int highest; MyDetails(); PopulateArray(units); PrintUnitArray(units); Calculations(units); highest = HighestConsumption (units); Console.WriteLine (“The highest consumption was from {0:D2}:00 till {1:D2}:00.”,highest+8, highest+9); Console.ReadKey(); } Is this the question you were looking […]
Read More »