Console.writeline("Input an hour of the day here. (24hour clock)")
console.writeline("time for dinner!")
Console.Writeline(counter)
If counter= 1 or counter = 10 then
Console.Writeline("I love this number")
Console.Writeline(counter)
Console.Writeline("Enter your age.")
Console.Writeline("Enter power rating of CD player here.")
Console.Writeline("Enter power rating of TV here.")
Console.Writeline("Enter power rating of Xbox One here.")
xboxone=console.Readline()
Console.Writeline("Enter power rating of hair drier here.")
hairdrier=console.Readline()
If CD+TV+xboxone+hairdrier>2000
Console.Writeline("WARNING! The total power of devices you plugged into your adapter exceeds the maximum limit of 2000 Watts!")
Console.Writeline("Enter the winner here.(A or B)")
winner=console.readline()
If countforA > countforB then
console.Writeline("Congradulations player A! You won the game!")
ElseIf countforB>countforA then
console.Writeline("Congradulations player B! You won the game!")