Results 1 to 8 of 8

Thread: Program Pascal

  1. #1
    DualEvil
    DualEvil is offline
    Member-in-training DualEvil's Avatar
    Join Date
    2011 Dec
    Location
    Brasil
    Posts
    123
    Thanks Thanks Given 
    61
    Thanks Thanks Received 
    123
    Thanked in
    26 Posts
    Rep Power
    0

    Program Pascal

    I know it has nothing to do with aika and I'm in the wrong area, but I need help from you guys progamercity programmers, because most programmers are the only ones accessible I know, you guys could just help me create a program where the paschal User enter two values​​, and the program speaks all numbers between friends these numbers? type in between them. porfavor if possible is to college

  2. #2
    SyGmAz
    SyGmAz is offline
    New member SyGmAz's Avatar
    Join Date
    2012 Aug
    Posts
    20
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    9
    Thanked in
    6 Posts
    Rep Power
    0
    Lol dude, you can't mess up an forum area with your unsolved problems...

    Use google for it '-'

  3. #3
    maicola02
    maicola02 is offline
    Senior Member maicola02's Avatar
    Join Date
    2011 Nov
    Location
    Aika Br
    Posts
    318
    Thanks Thanks Given 
    97
    Thanks Thanks Received 
    54
    Thanked in
    43 Posts
    Rep Power
    0
    not understand anything of what you said '-'
    attempts to clarify what you need to maybe help you guys

    nao entendi nada do que voce disse '-'
    tenta esclarecer melhor o que voce disse talvez galera te ajude

  4. #4
    arckadia363
    arckadia363 is offline
    Member-in-training arckadia363's Avatar
    Join Date
    2012 Jan
    Location
    Brazil
    Posts
    104
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    59
    Thanked in
    16 Posts
    Rep Power
    0
    I do not understand anything you said. Say with more details to your question so we can help you.

  5. #5
    leeonardo
    leeonardo is offline
    Moderator leeonardo's Avatar
    Join Date
    2012 Jan
    Location
    Here I am.
    Posts
    2,219
    Thanks Thanks Given 
    48
    Thanks Thanks Received 
    3,122
    Thanked in
    737 Posts
    Rep Power
    15
    It's amazing, you know you're in the wrong place, and still post, likes to take infraction.


    É pra ficar com medo?



    Apenas observo...



    Não faço nenhum tipo de venda de hack no jogo, então se in game ver algum "Leonardo PGC" não acredite, pois será alguém tentando te roubar.

  6. #6
    mamaelokao
    mamaelokao is offline
    Member-in-training mamaelokao's Avatar
    Join Date
    2012 Aug
    Posts
    72
    Thanks Thanks Given 
    62
    Thanks Thanks Received 
    80
    Thanked in
    15 Posts
    Rep Power
    0
    here if you know that was not the right place
    why still posted?
    http://www.progamercity.net/addons/c_sig/sigpic48484_3.gif

  7. #7
    filipewyd
    filipewyd is offline
    Member-in-training filipewyd's Avatar
    Join Date
    2011 Oct
    Location
    Brasil
    Posts
    170
    Thanks Thanks Given 
    93
    Thanks Thanks Received 
    129
    Thanked in
    71 Posts
    Rep Power
    0

    Red face

    Quote Originally Posted by DualEvil View Post
    I know it has nothing to do with aika and I'm in the wrong area
    is you're right, this is not the right area '-'
    I think the area that would be correct here

    https://progamercity.net/software-hardware/
    I helped, click thanks


    [Please, register to view links]

  8. #8
    gundulapek
    gundulapek is offline
    New member
    Join Date
    2012 Feb
    Posts
    24
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Code:
    uses crt;
    
    var 
       i,n1, n2 : integer;
    begin
       Writeln ('Input min number');
       readln(n1);
       Writeln ('Input max number');
       readln(n2);
       for i := n1 to n2 do
       begin
          writeln(i);
       end;
    end.

Similar Threads

  1. Replies: 5
    Last Post: 2012-03-17, 09:12 PM
  2. [Program / Plug-in for Focus]
    By annnnndre in forum Graphics Requests
    Replies: 1
    Last Post: 2011-12-20, 05:00 AM
  3. [Help]Small C# Program
    By Pb600 in forum C/C++
    Replies: 0
    Last Post: 2011-07-21, 01:03 AM
  4. This is mi program for bot
    By KAIN3003 in forum Requiem Bots, Hacks, Cheats
    Replies: 4
    Last Post: 2010-12-21, 11:31 PM
  5. Quick Question about Bot program?
    By Furiousgeorge in forum Aika Online
    Replies: 3
    Last Post: 2010-11-29, 04:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •