Skip to content

JackelineGCP/cifrado-Cesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Código Cifrado de César

Desarrollado con el editor Atom

Pseudocódigo

Creamos una función(text) llamada cipher Luego creamos un array = text.split("") con el cual se convierte el texto a un array Luego creamos un newArray = array.splice(0,7) Luego creamos un dobleNewArray = array.concat(newArray) Guardamos en finalText = dobleNewArray.join("") Si(typeof(tect)=== typeof("h")){ retorna("texto original es" + text + "\n" + "texto cifrado es: " + finaltext) }retornar alerta("error")

Con titulo

Diagrama de Flujo

Con titulo