<?php
$marks = 85;

if ($marks >= 40) {
echo “BrightTech Student Result: Pass”;
}
?>