Given UINT class variables output the correct solution to A-B+C.
Input: A,B,C Three uint variables
Output: solution to A-B+C
Note: Negative answer results in an expected Zero for class uint
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers48
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2055 Solvers
-
Determine if a Given Number is a Triangle Number
400 Solvers
-
322 Solvers
-
Convert a vector into a number
619 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
400 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
What's "correct" may be in the eye of the beholder....