<?php
$i=4;
if($i%2==0)
{
echo "Even".$i;
}
else
echo "odd".$i;
To run :-
Output:-
theengineerschoice01@gmail.com
Copyright (c) 2020 The Engineer's Choice All Rights Reserved
No comments:
Post a Comment
theengineerschoice01@gmail.com