write a program in Croblem #1 (26 points) Write a function named as getTotalDigitCount() that will • Receive an integer as argument; and • Return the total digit count. // Function Prototype – 5 Points // Function Definition – 20 Points Show transcribed image text roblem #1 (26 points) Write a function named as getTotalDigitCount() that will • Receive an integer as argument; and • Return the total digit count. // Function Prototype – 5 Points // Function Definition – 20 Points
Expert Answer
Answer to roblem #1 (26 points) Write a function named as getTotalDigitCount() that will • Receive an integer as argument; and �…