Here I have the code, basically I have to use the cipher cease in C using matrices and chars only, this is what I have for now:
#include <stdio.h>
#include <stdlib.h>
main ()
{
char alfabeto[26] = {'A','B','C','D','E','F','G'...
asked by
31.03.2016 / 22:11