This Java project allows users to input a number and calculates the sum of its digits. It's a simple console-based application that demonstrates basic input handling, loops, and arithmetic operations.
🔍 Description This Java program calculates the sum of the digits of an integer provided by the user. It handles both positive and negative integers by converting negative inputs to their absolute ...