Morgan Stanley Interview Question
391 Interview Reviews |
Back to all Morgan Stanley Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Technology Associate at Morgan Stanley:
if you are asked to build a simple calculator, what do you plan to do? example input - "1+2*3/(5-4)-6 " output - "1" (coded solution is preferred).
| Tags: | java, c++, algorithm, code See more , See less 8 |
See more for this Morgan Stanley Technology Associate Interview
Helpful Question?
Yes |
No
Inappropriate?
0 of 0 people found this helpful
by MiKL~:
i=eval(str);
printf("%d",i);