Is this a formula for the inverse number?
eg 123-321?
Number is K
inv K= K%100 + K/10%10 * 10 + K % 10 *100
I'm not sure I exactly wrote, and I need this right for the task at school for graphic algorithm
Edit:Yes i'm stupid xD I'm Beginner xD
Is this a formula for the inverse number?
eg 123-321?
Number is K
inv K= K%100 + K/10%10 * 10 + K % 10 *100
I'm not sure I exactly wrote, and I need this right for the task at school for graphic algorithm
Edit:Yes i'm stupid xD I'm Beginner xD
This logic will help you. variable inverse is the output.