Console.WriteLine("password security booting up...");
public static void Main()
Password obj = new Password();
obj.SetPass = "01001010 110";
Console.WriteLine("Try and hack the passcode. There is a class named Password and an object called obj that uses it. check for properties? y/n");
string input1 = Console.ReadLine();
Console.WriteLine("There is a property called SetPass. what do you want to assign it to?");
string input2 = Console.ReadLine();
Console.WriteLine("Enter Password");
while(Console.ReadLine() != obj.GetPass);
Console.WriteLine("YES YOU DID IT, you must be good at c# or similar languages.");