We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 2: Operators
Day 2: Operators
Sort by
recency
|
3420 Discussions
|
Please Login in order to post a comment
My code in JS
in java: public static void solve(double meal_cost, int tip_percent, int tax_percent) { // Write your code here double tip=(meal_cost* tip_percent/100); double tax=(meal_cost * tax_percent/100); double total_cost=(meal_cost+tip+tax); int total=(int)Math.round(total_cost); System.out.print(total); }
in python
Hey guys , ı want to learn Python for Data science , What can I do for learning data science ?
Anyone knows why correct solutions are not awarded with points nor marked as solved? (it is said that submissions take longer, but actually they are not taken)