You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
This issue is for adding a Java solution to compute the sum of odd-placed and even-placed digits of a given integer N. The solution will print the sum of the digits placed at odd positions followed by the sum of the digits at even positions.
Problem Description:
Input: A single integer N where 0 < N ≤ 1,000,000,000.
Output: The sum of digits placed at odd positions on the first line and the sum of digits placed at even positions on the second line.
Hello @DHEERAJHARODE , I am a Hactoberfest - 2024 contributer, I want to contribute the solution of the problem statement to this repository. Kindly assign this issue to me. Thank you! :)
The text was updated successfully, but these errors were encountered:
Description:
This issue is for adding a Java solution to compute the sum of odd-placed and even-placed digits of a given integer N. The solution will print the sum of the digits placed at odd positions followed by the sum of the digits at even positions.
Problem Description:
Input: A single integer N where 0 < N ≤ 1,000,000,000.
Output: The sum of digits placed at odd positions on the first line and the sum of digits placed at even positions on the second line.
Hello @DHEERAJHARODE , I am a Hactoberfest - 2024 contributer, I want to contribute the solution of the problem statement to this repository. Kindly assign this issue to me. Thank you! :)
The text was updated successfully, but these errors were encountered: