Question d’entretien chez Oracle

● Write a program to check a string following the Grammar String -> t+r+u+e+ Example: ttrruueeeee Output: valid Example: tuueeerr Output: invalid

Réponse à la question d'entretien

Utilisateur anonyme

25 nov. 2017

I Wrote the program. :)