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

41.04% Correct | 58.96% Incorrect
Last Solution submitted on Nov 22, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers150

Suggested Problems

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!