You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do i make it that 5(2+3) works as 5*(2+3) and (2+3)5 as (2+3)*5 so that if a number is directly connected to a parentheses it multiplies with the end value of the parentheses
The text was updated successfully, but these errors were encountered:
how do i make it that 5(2+3) works as 5*(2+3) and (2+3)5 as (2+3)*5 so that if a number is directly connected to a parentheses it multiplies with the end value of the parentheses
The text was updated successfully, but these errors were encountered: