I have been trying to calculte the variables 'calculate' that is being assigned with the input of 22+3*9/8 . I tried alot but all of my efforts are in vain kindly let me know how can i solve this issue to get output result from
char calculate[10];
calculate = "22+3*9/8";
cout<< calculate;