Hello, my native language is Spanish
Please can you help me with the translation from English to French, the following examples in pseudocode.
Thank you so much
sample
Process data_types
Declare Integer idz
Declare Real idd
Declare String idt
Declare Boolean idb
Print "Input integer number"
Input idz
Print "the integer is ", idz
Print "input decimal number"
Input idd
Print "the decimal is ", idd
Print "input a text"
Input idt
Print "the text is ", idt
Print "input boolean value"
Input idb
Print "the boolean value is ", idb
End Process
full codes
http://jaimeza.org/others/request/help_translation.rar
help with translation into French of simple pseudocodes
2 posts
• Page 1 of 1
-
compsystems
Niveau 9: IC (Compteur Infatigable)- Posts: 258
- Joined: 30 May 2011, 13:44
- Gender:
- Calculator(s):→ MyCalcs profile
Re: help with translation into French of simple pseudocodes
Hi, you're code translated in french is:
- Code: Select all
Process types_variables
Declare Entier idz
Declare Réel idd
Declare Chaîne idt
Declare Booléen idb
Afficher "Saisissez un nombre entier:"
Demander idz
Afficher "L'entier est", idz
Afficher "Saisissez un nombre réel: "
Demander idd
Afficher "Le nombre réel est", idd
Afficher "Saisissez un texte"
Demander idt
Afficher "Le texte est", idt
Afficher "Saisissez une valeur booléenne"
Demander idb
Afficher "La valeur booléenne est ", idb
End Process
Nouveau sur le site, ClaudeBot [spider] ? Avant de poster sur le chat et sur le forum, n'oublie pas de lire les règles. En cas de problème, tu peux m'envoyer un message, je réponds rapidement.
Liens utiles:
- Guide: meilleurs programmes & tutoriels - toutes calculatrices
- Guide: programmer en langage C sur TI-83 Premium CE/84+CE
- Groupe Facebook d'entraide autour des études post-bac (prépa, université, IUT...)
Découvre mes programmes et mon site!
-
WistaroSuper Modo
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 3191
- Images: 37
- Joined: 25 Feb 2013, 16:21
- Location: Toulouse
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Ingénieur en électronique
- YouTube: Wistaro
- Twitter: Wistaro
- GitHub: Wistaro
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: ClaudeBot [spider] and 27 guests