3
Hey, good night, man. I’m having to do a calculator job, and my code performed operations like 8+9, 1+7 normally, but it wasn’t doing 10+20=3, 50+7=12; the result was always the sum of the first numbers. The detail of putting the integer *=10; and integer += 8; as in the photo helped a lot. But why put "10" and an asterisk in front of the same? And a "+" in front of the equal in the bottom? And one more thing, now it is not performing decimal operations. The comma even appears on the screen, but when executing the operation, it understands that the number is integer. Type 1,1+1 and he gives me the result as 12. Very grateful, from now on.