Increasing efficiency in C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Increasing efficiency in C#

I made a program in C# which generates a secure password. I want to see if it can be even simpler. Here is the code in question: https://code.sololearn.com/c5toSq368Er0/?ref=app

28th May 2018, 11:58 PM
mahir
mahir - avatar
1 Answer
0
you can not need int lenght. you can write Gen(Console.ReadLine()); but it will only remove one varialble.
29th May 2018, 8:28 PM
Filip Dobeš