Pregunta de entrevista de Oracle

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

Respuesta de la entrevista

Anónimo

25 nov 2017

I Wrote the program. :)