ucsb-cs56-projects / cs56-utilities-calculator

-
1 stars 10 forks source link

Allow Implicit Multiplication with Parentheses #58

Closed Justin-Nilsen closed 6 years ago

Justin-Nilsen commented 6 years ago

Currently, multiplication can only be accomplished with the operator. Implement functionality to allow the use of parentheses, i.e. 5(9+1) instead of 5(9+1), for implicit multiplication.

300p

scottpchow23 commented 6 years ago

300 xp

I might be willing to give more depending on the cleanliness of implementation.

W18 OK