ନ୍ୟୁଜ୍

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.
You are given a 0-indexed array nums consisting of positive integers. You can choose two indices i and j, such that i != j, and the sum of digits of the number nums[i] is equal to that of nums[j].