Talk:Luhn algorithm: Difference between revisions

Content deleted Content added
Implementing WP:PIQA (Task 26)
the C# example: new section
Line 334:
 
All you have to do is leave the check digit as part of the payload, weight that position as 1, mod the the whole sum by 10 and compare it to 0. [[User:Tzadikv|Tzadik]] ([[User talk:Tzadikv|talk]]) 12:13, 4 January 2024 (UTC)
 
== the C# example ==
 
The code is not correct, nor does it bring a correct result. [[User:לומד|לומד]] ([[User talk:לומד|talk]]) 08:26, 21 February 2024 (UTC)