Question d’entretien chez Citadel

Convert a string to an int without using Java library.

Réponse à la question d'entretien

Utilisateur anonyme

1 juil. 2026

Went through each character and could not figure out how to convert the char in the string. '5' - '0' = integer 5 in java