hi i try to write the code for this question but i don't have that much of experience in this type of question so could you give me a hand on this plzzzzzzz
thanks you so much realy for your help
this is small Hints for the process of the answer i didn't understand it
Hints: 1.declare a string array.
2.store the given input of values into it.
3. repeat the following steps until the last element in the array.
4. extract the symbols one by one from the string of numbers.[use charAt() method]
5. convert each extracted symbol into integer digit using parseInt() method in the wrapper class.
6. add the digits what you obtained in step 5, denote it as sumofdigits.
These steps are useful hints for achieving task(i).
for task(ii) and task(iii) you try to apply your programming skill.
Good Luck