I am currently working on some homework for my Visual Basics class
I have to generate two random numbers, then either add them, subtract them, divide them, or multiply them. (the user would try to guess the answer)
The only problem I am going to run into is when I want to divide.
I need the numbers to be generated, and be divisible. I am so lost of how I could do that, and google, and reading through my textbook is no help.
This function will generate a
Tuple
of two numbers which when the first is divided by the second, you'll get an answer that is an integer. ATuple
is simply collection of related pieces of data, kind of like aStructure
To access the numbers, use something like this in your code ..