Recent content by uidemy

  1. U

    ASCII in Pascal programming

    I don't know the encryption algorithm to use but, this is my work so far... Program Youmi; uses crt; var message: string[255]; asciival:array[1..255] of byte; i: integer; Procedure Getdecimi begin writeln('Enter you message');readln(message); For i:= 1 to length (message) do...
  2. U

    ASCII in Pascal programming

    A message encryption system that translates message characters to its ASCII equivalent. Please i need help on the above question. <<Email address removed by moderator. Communicate in the threads of via PM. Never post your email address.>>