Console.WriteLine("Enter 0 or 1")
Input_1 = console.ReadLine()
Console.WriteLine("Enter 0 or 1")
Input_2 = console.ReadLine()
if Input_1 = 0 and Input_2 = 0 then
Console.WriteLine("Your Output is 0")
if Input_1 = 0 and Input_2 = 1 then
Console.Writeline("Your Output is 0")
if Input_1 = 1 and Input_2 = 0 then
Console.WriteLine("Your Output is 0")
if Input_1 = 1 and Input_2 = 1 then
Console.WriteLine("Your Output is 1")