i have three variables a=100 b=”/” c=5
now i want to calulate as d = abc && as d = 100 / 5 to get an answer d=20
any idea how it can be done.