string cardnumber = "400006400017"
foreach (char c in cardnumber)
{
int charAsInt = Convert.ToInt32(c); // in debugger, c is equal to '4' which I expected. But charAsInt equals 52 after this line runs, instead of 4.
if (((charAsInt % 2) == 0))
{
runningSum += charAsInt * 3;
}
else
{
runningSum += charAsInt * 1;
}
}
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE