Question d’entretien chez Adobe

Write a program to convert string to integer. I.e "123" should be converted to 123.

Réponse à la question d'entretien

Utilisateur anonyme

7 sept. 2016

String s={1,2,3,4}; int i=Integer.parseInt(s); Sopln(i);