I have a programming final and i desperately need some help.
My Program--
I want to write a program that tells the user to enter two names,(for example basketball team names). The program then has to generate two random numbers and assign the number to each name. A second method must compare the two numbers and tell the user which name is the winner
For example- user enters Lakers and Magic, the program generates 2 numbers(90,98) then assigns one number to Lakers and another number to Magic and tell the user which team wins.
Thank you to anyone that tries this, really appreciate it
PS- if the numbers are equal the program should return "Tie"
THANK YOU