Calculate the digit

Report a typo

In the presented code fragment the digit is ...

int number = 12241;
int digit = ((number % 100) / 10) % 10;
Select one option from the list
___

Create a free account to access the full topic