Thread: I need create a dicionary in pascal Look

  1. #1
    Registered User
    Join Date
    Jun 2012
    Posts
    1

    Exclamation I need create a dicionary in pascal Look

    Do I need a program that, after reading a text file containing 30 lines each, a keyword in Pascal (9 characters) and its corresponding codeword in Algorithm (9 characters), reads a keyword to be translated (entered by the user) and present a menu of options:
    P - translate to Pascal;
    A - Algorithm and translate into
    S - exit the program.
    Finally, it shows the keyword typed and its translation, after the choice of option by the user.

    Remarks:
    1) The words read from the text file Chaves.txt should be stored in an array.

    in the text document is:

    and e
    array arranjo
    begin in¡cio
    boolean l¢gico
    case caso
    div quociente
    do fa‡a
    else senao
    end fim
    file arquivo
    for para
    if se
    integer inteiro
    mod resto
    not nao
    of de
    or ou
    program algoritmo
    read leia
    real real
    record registro
    repeat repita
    round arredonda
    string literal
    then entao
    type tipo
    until at‚ que
    var declare
    while enquanto
    write escreva

    anyone who can help thank you real

  2. #2
    Registered User
    Join Date
    Dec 2011
    Posts
    795
    Heh, usually people begin these homework-dumping threads with "Write a program..." not "Do I need a program...".

    Anyway, good luck finding someone that'll do this for free. Have you tried freelancer or elance?

  3. #3
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by mackducasse View Post
    Do I need a program that...
    Yes, no..or..maybe.
    Wait.. Yes and no...that's it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. create and populate create bidimensional array
    By darkducke in forum C Programming
    Replies: 0
    Last Post: 12-03-2010, 07:06 AM
  2. Pascal to c
    By TuxRules in forum Windows Programming
    Replies: 4
    Last Post: 03-09-2010, 03:48 PM
  3. pascal?
    By GodLike in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 05-11-2002, 02:03 PM
  4. some one here know pascal??
    By GodLike in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 05-03-2002, 02:37 AM
  5. C/C++ Pascal?
    By KrAzY CrAb in forum C Programming
    Replies: 2
    Last Post: 11-25-2001, 09:23 AM

Tags for this Thread