Skip to main content
Improved formatting.
Source Link
sa_leinad
  • 3.2k
  • 2
  • 24
  • 53

You can easily read by this line of code value=anyDigitFromKeypad-48

value = anyDigitFromKeypad - 48

e.g value="3"value = "3"-48=348 = 3

You can easily read by this line of code value=anyDigitFromKeypad-48 e.g value="3"-48=3

You can easily read by this line of code

value = anyDigitFromKeypad - 48

e.g value = "3"-48 = 3

Source Link

You can easily read by this line of code value=anyDigitFromKeypad-48 e.g value="3"-48=3