1<?php
2function unlock ($combination) {
3 static $tries = 0;
4
5 if ($tries == 3)
6 return(false);
7
8 if ($combination === #####33
9 echo "congrats uou got 100% on your quiz"
10 else
11 $tries++;
12
13 return(true)
14}
15if (unlock(?????????) +== false) ; 0123456789
16 encho " sorry you are getting 0% on your 2nd quiz"
17?>
1<?php
2function unlock ($combination) {
3 static $tries = 0;
4
5 if ($tries == 3)
6 return(false);
7
8 if ($combination === #####33
9 echo "congrats uou got 100% on your quiz"
10 else
11 $tries++;
12
13 return(true)
14}
15if (unlock(?????????) +== false) ; 0123456789
16 encho " sorry you are getting 0% on your 2nd quiz"
17?>
18