Skip to content
Snippets Groups Projects
Commit 4d651069 authored by RUGENGANDE-IHIMBAZWE JAENAI's avatar RUGENGANDE-IHIMBAZWE JAENAI
Browse files

change test to test an int read and a float read

parent 34b1b099
Branches
1 merge request!9Test9
// Conditions (if else ternaire..) // Saisie
prog test4 { prog test9 {
def Main { def Main {
Rec : { Loc: (f,1), saisie
printstr("Saisie clavie :"); Rec : {
read(saisie); printstr("Saisie clavier :");
print(saisie) read(saisie);
} print(saisie);
printstr("Saisie float clavier:");
read(f);
print(f)
}
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment