+ 10
What you think about following code?
while (noSuccess) { try(again); if(dead) break; }
6 Answers
+ 10
do{
try_again();
}while(error)
+ 8
try (again) = catch;
+ 7
xP
Where is catch????
+ 7
try (try (try (try (try (try (try (try)))))))
+ 6
its funny ๐๐
+ 3
do{
attempt = try();
}while(attempt != success && ! dead);
Hot today
Python โ File Handling
1 Votes
Help me solve this (using loop)
3 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Whatโs wrong?
2 Votes