Posts by SMG • 21 points
2 posts
-
0
votes0
answers26
viewsQ: error conversion from array to int in c language
Could someone help me understand what error I am making in this conversion. because any digit to print the last characters of the variable key_temp, key_temp2 or key, he is printing ' 0'. // copies…
-
0
votes1
answer42
viewsQ: How to create a parameterized variable?
In one exercise I must create a valid number for credit cards "Luhn’s Algorithm". need to create a parameterized variable to avoid using if, but the code gets too big and I want to reduce it I can’t…