You are viewing a single comment's thread. Return to all comments →
Hi, Why this statement doesn't work?? double tip=(tip_percent/100)meal_cost; instead if I give (tip_percent)(meal_cost/100); will work
Seems like cookies are disabled on this browser, please enable them to open this website
Day 2: Operators
You are viewing a single comment's thread. Return to all comments →
Hi, Why this statement doesn't work?? double tip=(tip_percent/100)meal_cost; instead if I give (tip_percent)(meal_cost/100); will work