Please turn JavaScript on
header-image

Latest JOEL Comments

Subscribe in seconds and receive Latest JOEL Comments's news feed updates in your inbox, on your phone or even read them from your own news page here on follow.it.

You can select the updates using tags or topics and you can add as many websites to your feed as you like.

And the service is entirely free!

Follow Latest JOEL Comments: Inici - JOEL: Jutge Online Educatiu Lliure

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.39 / day

Message History

input N
for k from 1 to N input frase nueva_frase = ""

// Recorrido secuencial de la frase letra por letra for i from 0 to length(frase)-1 caracter = frase[i] if caracter = 'v' then nueva_frase = nueva_frase + 'b' else if caracter = 'b' then nueva_frase = nueva_frase + 'v' else if caracter = 'V' then nueva_frase = nueva_frase + 'B' else if caracter = 'B' t...

Read full story

A= 89789798 B= 72665512 C= A*B D= C DIV 2

Output D


Read full story

A= 89789798 B= 72665512 C= A*B

Output C


Read full story