Pascal - Correction de Bac 2017 s3 ( cryptage) ( bel 3arbi)

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 29

  • @barraj82
    @barraj82 6 років тому +5

    Merci d'avoir posté cette video ; juste une remarque faites attention aux espaces superflus c a dire que vous n'avez pas traité ce cas dans votre programme ; ça peit engendrer une erreur ; pour le reste c'est parfait

  • @سارةسغاا
    @سارةسغاا 5 років тому

    Merci beaucoup ya3tyk esaha

  • @madebysarra5648
    @madebysarra5648 5 років тому

    Bravo yaatyk sahà mrci

  • @nesrinesaid9717
    @nesrinesaid9717 2 роки тому

    '' Function '' chnouwa nst3mlha

  • @najetart6678
    @najetart6678 5 років тому

    pr section info ?

  • @samiamer8231
    @samiamer8231 3 роки тому

    يعطيك الصحة خويا بصح بصح ما عرفت ركز في الموسيقى ولا في الدرس

  • @كلشيء-ظ1ث
    @كلشيء-ظ1ث 4 роки тому +1

    خويا بالله تنجمش تعاوني راني ولله تاعب في Programmation

    • @codingplayer2159
      @codingplayer2159  4 роки тому

      A3mel talla 3al videos mte3i mta3 Pascal lkol to tefhem chwaya, fama playlist cours w examens w ken fama haja esel fi commentaire

  • @rafrafmariem7000
    @rafrafmariem7000 5 років тому

    Yekhy saisir msh tetkhdem f programme principale ?

    • @codingplayer2159
      @codingplayer2159  5 років тому

      ey saisie hia procedure ktebtha wa7ad'ha w najem n3aytelha kad me nheb men mara fel prog principal

  • @alouloumarah4396
    @alouloumarah4396 5 років тому

    Merciiiiiiii

  • @tak9190
    @tak9190 6 років тому

    MERCI

  • @mohamedbenhalima621
    @mohamedbenhalima621 3 роки тому

    ليلة دفوار الانفو نفهم فيه 🤧
    و الله تعبت

  • @ninaklosa2145
    @ninaklosa2145 6 років тому

    Merci pour la video, très utile, je l'ai essayé mais l'ogiciel n'accepte pas le mot 'ord', il me dit que ord n'est pas une variable ni une fonction, il m'affiche le message: one or more arguments has an inccorect type when calling the function Ord. Stp réponds moi' merci d'avance

    • @codingplayer2159
      @codingplayer2159  6 років тому

      il faut mettre un caractère entre les ( ) de ord
      exemple : ord('a'); ou bien encore ch = 'hello' ; ord(ch[0]);
      .. hope this helps.

  • @asmaamira9551
    @asmaamira9551 5 років тому

    Chiffrement de vigenère en langage Pascal .....من فضلك ساعدني فيه

  • @itsaworlddreams8474
    @itsaworlddreams8474 5 років тому

    y3tik sa7aa mr ou mercii ... thbtena Correction de Bac 2017 s1 plz

    • @codingplayer2159
      @codingplayer2159  5 років тому

      enehou bedhabt? fama plusieurs s1

    • @itsaworlddreams8474
      @itsaworlddreams8474 5 років тому

      @@codingplayer2159 www.kiteb.net/education/informatique/bac/bacinfo2017/bac-pratique-25052017-sc-s1.pdf hada walh le fhmtou le toul le 3oured

    • @codingplayer2159
      @codingplayer2159  5 років тому

      @@itsaworlddreams8474 okay , to nhabat alih video soon!

    • @itsaworlddreams8474
      @itsaworlddreams8474 5 років тому

      @@codingplayer2159 merciiii ... inchalh rabii ifar7iiiiikk

    • @codingplayer2159
      @codingplayer2159  5 років тому

      @@itsaworlddreams8474 aamel talla 3al chaine , hbat video ;)

  • @hamzabelgacem7345
    @hamzabelgacem7345 6 років тому

    Aaychu

  • @azharsassi2152
    @azharsassi2152 5 років тому

    Trouver un espace cela ne veux dire pas c'est une mot il se peut que faire deux espace entre les mots et alors c'est un contre exemple et merci pour votre essaye 😊

  • @bouazizyahia2246
    @bouazizyahia2246 5 років тому

    Bravo ya3tik sa7a

  • @dhiabenammar64
    @dhiabenammar64 5 років тому

    مافهمت شي

  • @chaimaboughalmi3926
    @chaimaboughalmi3926 5 років тому

    program chaine_tabl;
    uses WinCrt;
    var t: array[1..100] of char;
    n,j,i,nb:integer;
    trouve:boolean;
    ch:string;
    begin
    writeln('Donner ch');
    readln(ch);
    writeln('Donner n la taille du tableau entre 2 et 2:');
    readln(n);
    for i:=1 to n do
    begin
    writeln('T[',i,']=');
    readln(t[i]);
    end;
    j:=0; trouve:=false;
    while(j