Posts by Martin Dala • 19 points
1 post
-
1
votes2
answers157
viewsQ: Sum of numbers from right to left
I need to sum the digits of a number typed by the user. For example: If input equal to 20, make 2 + 0 = 2 If the input is 45, make 4 + 5 = 9 Visualg and C can be used.…