Original Post
I was looking on how to make a string into a variable.
string input = "deh.gmzs"
How can I make it do this. System.out.println(deh.gmzs)
Note: deh.gmzs represents another variable of any type. In other words I want the user to input the name of another variable in the program and then I want the program to output the value of the variable.