<?php
//code here

$count1= 100;
$count2 = 400;

$sum = $count1 + $count2;
echo = "the sum is:" .$sum; 

?>