1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. What can be the maximum sum of digits fo...
Q.

What can be the maximum sum of digits for a 4 digit number?

A. 1
B. 16
C. 36
D. 26
Answer» C. 36
Explanation: the sum of digits will be maximum when all the digits are 9. thus, the sum will be maximum for the number 9999, which is 36.

Discussion