Create a function that subtracts b from a if a and b are integers and adds them if they are floats.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers133
Suggested Problems
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
Arrange vector in ascending order
836 Solvers
-
1980 Solvers
-
Is this triangle right-angled?
6658 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1895 Solvers
More from this Author14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Too many clues are given in the Solution Template.
Also, Problem Statement is inconsistent with Test Suite (and Solution Template). It should say: "Create a function that subtracts b from a" (not "a from b").
SHOULD BE SUBSTRACTS b FROM A
The problem description has been updated.