Can I read Análisis de un Programa en Java on EtoBox?
Análisis de un Programa en Java by geovani lozano is a document available to read on EtoBox.
What is Análisis de un Programa en Java about?
The program takes an integer value x as input and outputs a string. It divides x into its hundreds, tens, and ones digits. For each digit, if the digit is even it adds an "O" to the string, if odd it adds an "X". The result is a 3 character string indicating the even/oddness of each digit place of x.
- Author
- geovani lozano
- Language
- EN