Projet-Systemes-Informatiques/tests/testFile_while
Raphaël LACROIX 5e4be22e3d big overhaul
2023-05-31 23:20:18 +02:00

13 lines
201 B
Text

int compute(int a, int d) {
int b, c = a + d * 5;
b = a;
while(!(!(!(!((a > b)))))){
if (a == b){
a = b;
} else {
a = c;
}
}
a=5;
}