I'm brand new to C# and I've been absolutely stumped by a problem.
I'm trying to add each digit of a user input in a console app that are the same length (ex: Number 1 = 123 & Number 2 = 456). So I want to to check and see if 1+4=2+5=3+6 and then say if it's true or false.
My problem is, I don't know how to single out each individual digit that has been input. I feel like I'm absolutely overthinking this, but any help would be appreciated.