Problem 2274. Find the square of the sum of the digits of a number
If a number (n) is provided as an input, find the square of the sum of the digits of the number.
Example
If n = 21, the answer will be square of (2 + 1) = 9
Solution Stats
Problem Comments
-
1 Comment
Hassan Dehghani
on 24 Apr 2014
what's the answer for (-4+3+1)??? last time I checked, the answer was zero!!!!
Solution Comments
Show commentsProblem Recent Solvers156
Suggested Problems
-
Find the two most distant points
2880 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2323 Solvers
-
Back to basics 21 - Matrix replicating
1629 Solvers
-
494 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
382 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!