Dim total as integer = score10
Console.Writeline ("Welcome to IGCSE Quiz Central. You will be provided with 10 questions from IGCSE Past Papers!")
Console.Writeline ("But before we get started please write your personal information")
Name = Console.Readline ()
Year = console.readline()
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("Hello " & Name & "! Please choose a subject of your choice by writing its corresponding code.")
Console.WriteLine("0580 - Math")
Console.Writeline ("6202 - Computer Science")
Console.Writeline ("6304 - Science")
Console.Writeline ("2007 - Humanities")
Subject = Console.Readline ()
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("The subject that you've chosen is Math")
Console.Writeline ("You will be placed with 10 Objective Questions")
Console.Writeline ("Note: ANSWERS SHOULD BE IN CAPSLOCK OR ELSE IT WILL NOT BE ACCEPTED")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 1•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("1.Convert 0.68 into a fraction in its lowest terms.")
Console.Writeline ("a. 12/65")
Console.Writeline ("b. 17/25")
Console.Writeline ("c. 68/100")
Answer1 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score1)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is B")
Console.Writeline ("Score:" & score1)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("2. Hassan says that l = 88.2. Round this to the nearest whole number.")
Console.Writeline ("a. 80.0")
Console.Writeline ("b. 89.0")
Console.Writeline ("c. 88.0")
Answer2 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score2)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is C")
Console.Writeline ("Score:" & score2)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 2•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("3. ______ is a diagram showing the relation between variable quantities")
Answer3 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score3)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is GRAPH")
Console.Writeline ("Score:" & score3)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("4. ______ is a fundamental relation in Euclidean geometry among the three sides of a right triangle")
Answer4 = console.ReadLine()
If Answer4 = "PYTHAGOREAN THEOREM"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score4)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is PYTHAGOREAN THEOREM")
Console.Writeline ("Score:" & score4)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 3•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("5.Calculate the total cost of 197 tickets at $10 each and 95 tickets at $16 each.")
Answer5 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score5)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is 3490")
Console.Writeline ("Score:" & score5)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("6.A car traveled 281 miles in 4 hours 41 minutes. What was the average speed of the car in miles per hour?")
Answer6 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score6)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is 60")
Console.Writeline ("Score:" & score6)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 4•")
Console.Writeline ("----------------------------------------------------")
Console.WriteLine("WRITE WHETHER IT'S TRUE OR FALSE")
Console.Writeline ("7. ((2^2)3^6) = 25 ")
Answer7 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score7)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is FALSE")
Console.Writeline ("Score:" & score7)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("8. x is at most equal to 9 is written mathematically as x < 9")
Answer8 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score8)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is FALSE")
Console.Writeline ("Score:" & score8)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 5•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("FIND THE VALUE OF X")
Console.Writeline ("9. 5 ( x - 3 ) = 35")
Answer9 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score9)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is 10")
Console.Writeline ("Score:" & score9)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("10. 5 ( 2x + 4 ) = 41")
Answer10 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score10)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is 2.1")
Console.Writeline ("Score:" & score9)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("The subject that you've chosen is Science")
Console.Writeline ("You will be placed with 10 Objective Questions")
Console.Writeline ("Note: ANSWERS SHOULD BE IN CAPSLOCK OR ELSE IT WILL NOT BE ACCEPTED")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 1•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("1.Which statement is correct?")
Console.Writeline ("a. Mass is a force, measured in kilograms.")
Console.Writeline ("b. Weight is a force, measured in newtons.")
Console.Writeline ("c. Weight is a force, measured in kilograms.")
Answer1 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score1)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is B")
Console.Writeline ("Score:" & score1)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("2. Some chemical compounds are purified by recrystallisation. What can be used to test the purity of the crystals?")
Console.Writeline ("a. melting point")
Console.Writeline ("b. colour of crystals")
Console.Writeline ("c. size of crystals")
Answer2 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score2)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is A")
Console.Writeline ("Score:" & score2)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("3. Which of the following lists contains only arthropods?")
Console.Writeline ("a. annelids, insects, myriapods")
Console.Writeline ("b. arachnids, crustaceans, myriapods")
Console.Writeline ("c. crustaceans, insects, molluscs")
Answer2 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score3)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is B")
Console.Writeline ("Score:" & score3)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 2•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("4. What is the valency of boron?")
Console.Write ("Answer:")
Answer4 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score4)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is 3")
Console.Writeline ("Score:" & score4)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("5. Another box of weight 1500 N is raised vertically by 3.0 m.Calculate the work done on the box.")
Console.Write ("Answer:")
Answer5 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score5)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is 4500")
Console.Writeline ("Score:" & score5)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("6. Name the organ responsible for forming urine;.")
Console.Write ("Answer:")
Answer6 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score6)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is KIDNEY")
Console.Writeline ("Score:" & score6)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 3•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("7. ______ is a fluid produced by the skin in order to regulate body temperature.")
Console.Write ("Answer:")
Answer7 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score7)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is SWEAT")
Console.Writeline ("Score:" & score7)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("8. ______ is the chemical element of atomic number 3, a soft silver-white metal. It is the lightest of the alkali metals.")
Console.Write ("Answer:")
Answer8 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score8)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is LITHIUM")
Console.Writeline ("Score:" & score8)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("9. The average speed of an object is defined as the distance traveled divided by the time elapsed.")
Console.Write ("Answer:")
Answer9 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score9)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is VELOCITY")
Console.Writeline ("Score:" & score9)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("10. A vector quantity has both magnitude and ___ while a scalar has only magnitude..")
Console.Write ("Answer:")
Answer10 = Console.Readline()
If Answer10 = "DIRECTION"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score10)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is DIRECTION")
Console.Writeline ("Score:" & score10)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 1•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("1.What is the term used for describing the judgmental or commonsense part of problem solving?")
Console.Writeline ("a. Heuristic")
Console.Writeline ("b. Critical")
Console.Writeline ("c. Value based")
Answer1 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score1)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is A")
Console.Writeline ("Score:" & score1)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("2.Which kind of planning consists of successive representations of different levels of a plan?")
Console.Writeline ("a. hierarchical planning")
Console.Writeline ("b. non-hierarchical planning")
Console.Writeline ("c. All of the above")
Answer2 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score2)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is A")
Console.Writeline ("Score:" & score2)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("3. The part of machine level instruction, which tells the central processor what has to be done, is")
Console.Writeline ("a. Address")
Console.Writeline ("b. Operation code")
Console.Writeline ("c. Flip-Flop")
Answer2 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score3)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is B")
Console.Writeline ("Score:" & score3)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 2•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("STATE WHETHER THE GIVEN STATEMENT IS TRUE OR FALSE")
Console.Writeline ("4.It takes two memory locations (16 bits each) to store an address in the 8085 system.")
Console.Write ("Answer:")
Answer4 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score4)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is FALSE")
Console.Writeline ("Score:" & score4)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("5. A compiler is a translation program that converts high-level instructions into a set of binary instructions (machine code) for execution.")
Console.Write ("Answer:")
Answer5 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score5)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is TRUE")
Console.Writeline ("Score:" & score5)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("6. An address bus is also called a unidirectional bus.")
Console.Write ("Answer:")
Answer6 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score6)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is TRUE")
Console.Writeline ("Score:" & score6)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 3•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("7. Used to perform complex, dedicated tasks, the __________ is the fastest and most expensive computer.")
Console.Write ("Answer:")
Answer7 = Console.Readline()
If Answer7 = "SUPERCOMPUTER"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score7)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is SUPERCOMPUTER")
Console.Writeline ("Score:" & score7)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("8.Personal digital assistants (PDAs) are also known as __________ computers.")
Console.Write ("Answer:")
Answer8 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score8)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is HANDHELD")
Console.Writeline ("Score:" & score8)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("9. __________ is data that has been processed and presented in an organized format.")
Console.Write ("Answer:")
Answer9 = Console.Readline()
If Answer9 = "INFORMATION"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score9)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is INFORMATION")
Console.Writeline ("Score:" & score9)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("10. _________ measures how quickly the CPU processes data.")
Console.Write ("Answer:")
Answer10 = Console.Readline()
If Answer10 = "CLOCK SPEED"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score10)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is CLOCK SPEED")
Console.Writeline ("Score:" & score10)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 1•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("1.What is the term used for describing the judgmental or commonsense part of problem solving?")
Console.Writeline ("a. Heuristic")
Console.Writeline ("b. Critical")
Console.Writeline ("c. Value based")
Answer1 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score1)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is A")
Console.Writeline ("Score:" & score1)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("2.Which kind of planning consists of successive representations of different levels of a plan?")
Console.Writeline ("a. hierarchical planning")
Console.Writeline ("b. non-hierarchical planning")
Console.Writeline ("c. All of the above")
Answer2 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score2)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is A")
Console.Writeline ("Score:" & score2)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("3. The part of machine level instruction, which tells the central processor what has to be done, is")
Console.Writeline ("a. Address")
Console.Writeline ("b. Operation code")
Console.Writeline ("c. Flip-Flop")
Answer2 = console.ReadLine()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score3)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is B")
Console.Writeline ("Score:" & score3)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 2•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("STATE WHETHER THE GIVEN STATEMENT IS TRUE OR FALSE")
Console.Writeline ("4.It takes two memory locations (16 bits each) to store an address in the 8085 system.")
Console.Write ("Answer:")
Answer4 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score4)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is FALSE")
Console.Writeline ("Score:" & score4)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("5. A compiler is a translation program that converts high-level instructions into a set of binary instructions (machine code) for execution.")
Console.Write ("Answer:")
Answer5 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score5)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is TRUE")
Console.Writeline ("Score:" & score5)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("6. An address bus is also called a unidirectional bus.")
Console.Write ("Answer:")
Answer6 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score6)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is TRUE")
Console.Writeline ("Score:" & score6)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•LEVEL 3•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("7. Used to perform complex, dedicated tasks, the __________ is the fastest and most expensive computer.")
Console.Write ("Answer:")
Answer7 = Console.Readline()
If Answer7 = "SUPERCOMPUTER"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score7)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is SUPERCOMPUTER")
Console.Writeline ("Score:" & score7)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("8.Personal digital assistants (PDAs) are also known as __________ computers.")
Console.Write ("Answer:")
Answer8 = Console.Readline()
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score8)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is HANDHELD")
Console.Writeline ("Score:" & score8)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("9. __________ is data that has been processed and presented in an organized format.")
Console.Write ("Answer:")
Answer9 = Console.Readline()
If Answer9 = "INFORMATION"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score9)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is INFORMATION")
Console.Writeline ("Score:" & score9)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("10. _________ measures how quickly the CPU processes data.")
Console.Write ("Answer:")
Answer10 = Console.Readline()
If Answer10 = "CLOCK SPEED"
Console.Writeline ("CORRECT ANSWER!")
Console.Writeline ("Score:" & score10)
Console.Writeline ("WRONG")
Console.Writeline ("Correct answer is CLOCK SPEED")
Console.Writeline ("Score:" & score10)
Console.Writeline ("Remember that all your answers should be in CAPSLOCK or else it will be classified as wrong")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("•RESULTS•")
Console.Writeline ("----------------------------------------------------")
Console.Writeline ("Total Average: 100%")
Console.Writeline ("You had an amazing performance in this quiz!")
Console.Writeline ("Total Average: 90%")
Console.Writeline ("You had an amazing performance in this quiz!")
Console.Writeline ("Total Average: 80%")
Console.Writeline ("Almost there!")
Console.Writeline ("Total Average: 70%")
Console.Writeline ("Almost there!")
Console.Writeline ("Total Average: 60%")
Console.Writeline ("Try to practice more!")
Console.Writeline ("Total Average: 50%")
Console.Writeline ("Try to practice more")
Console.Writeline ("Total Average: 40%")
Console.Writeline ("You have to work more")
Console.Writeline ("Total Average: 30%")
Console.Writeline ("You have to work more")
Console.Writeline ("Total Average: 20%")
Console.Writeline ("You do not know the facts well!")
Console.Writeline ("Total Average: 10%")
Console.Writeline ("You do not know the facts well!")