Console.WriteLine("Test I multiple choice (small letter means wrong) ")
Console.WriteLine("1. An electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.)")
Console.WriteLine(" A. Computer B. Tv c. Radio D. Cellphone ")
num1 = Console.ReadLine()
Console.WriteLine("2. A person who writes computer programs.")
Console.WriteLine(" A. Programmer B. Electrician c. Artist D. Vendor")
num2 = Console.ReadLine()
else Console.WriteLine("X")
Console.WriteLine("3. The langaguage we use in programming to make this assignment? ")
Console.WriteLine(" A. c# B. c++ C.VB.net D.Phython")
num3 = Console.ReadLine()
else Console.WriteLine("C")
Console.WriteLine("4. Who developed Visual Basic?")
Console.WriteLine(" A. Symantec B. Microsoft C. Ashton-Tate D. Sybase " )
num4 = Console.ReadLine()
Console.WriteLine("5. When did Microsoft launched VB.NET?")
Console.WriteLine(" A.2022 B.2019 C.2012 D.2002")
num5 = Console.ReadLine()
Console.WriteLine("6. What does VB stand for?")
Console.WriteLine(" A.Vobo B.Basic Visual C.Visual Basic D.Basic Victory")
num6 = Console.ReadLine()
Console.WriteLine("7.) Who created the Visual Basic?")
Console.WriteLine(" A.Montoon B.Alan Cooper C.Elon Musk D.GMA")
num7 = Console.ReadLine()
Console.WriteLine("8.) What is the sum 77 + 33")
Console.WriteLine(" A.100 B.110 C.120 D.105")
num8 = Console.ReadLine()
Console.Write("Your score : ")
Console.WriteLine( A + B + C + D + E + F + G + H)