Hi.. I would like to know how to create a variable while the program is being executed. Here's what should happen.
The program asks for an input from the user and then creates a variable who's name is the value of the input and then assign's a value to it.
for example say the user gave the input "country".
The program should take that input and create a variable called country... and optionally assign a value to it.