You work as a Software Developer for ABC Inc. You create a Console application. You write the following code in the application:
RC2CryptoServiceProvider TestRC2 = new RC2CryptoServiceProvider();
Console.WriteLine(TestRC2.Mode);
What output will the above code display?
Submit