Hi, I am using InputDialog box to receive input values and use those values in math solutions.
but I am receiving an error that String cannot be converted to Int. Help. Thanks.
You can use the “Integer.valueOf()” method. It takes a String as a parameter and converts it to an int (or gives you an error when the string isn’t a number).