Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

level-2-task

side hustle level2 task

=18 && $voter_pvc==true && $voter_ward==024){ echo("voter eligible to vote"); } elseif ($voter_age>=18 && $voter_pvc==false && $voter_ward==024){ echo("voter not eligible to vote(no pvc)"); } elseif ($voter_age>=18 && $voter_pvc==true && $voter_ward!==024){ echo("voter not eligible to vote(invalid ward)"); } elseif ($voter_age!==18 && $voter_pvc==true && $voter_ward==024){ echo("voter not eligible to vote(under age voter)"); } else echo("invalid voter"); ?>

About

side hustle level2 task

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors