My name is Nitin Nagpal.
I am having a query which was given to me by my friend as a challenge to which I was not able to solve till yet even after expiration of given time period.
static int expression("10+20+20+20")
He want sum of this string ("10+20+20+20") = 70
without using default functions available in Java. We have to put logic only to solve this
example.