32₱$¥₿£R64B‖N57

<method category=”easy”>
<script>
$Network.IOT = Moon.½;
$Mathematics.GEO = Mars.½;
$Language.RNDM = Mercury.½;
$Hardware.TRSHBN = Jupiter.½;
$Programming.ALGO = Venus.½;
$Mathematics.BNRY = Saturn.½;
$Psychology.PSYNTCS = Sun.½;

$sum = ($Network.IOT + $Mathematics.GEO + $Language.RNDM + $Hardware.TRSHBN + $Programming.ALGO + $Mathematics.BNRY + $Psychology.PSYNTCS);

Echo $sum;
</script>
</method>



Output: “Solarsystem.3½”

Exit;

<<?php
/*data set 1 Values multiplied to string at the Edge of arc to edge of square divided by 2*/
$Network=  '441'; //Moon
$Mathematics = '435'; //Mars
$LanguageRNDM = '775'; //mercury
$HardwareTRSHBN = '771'; //Jupiter
$ProgrammingALGO = '561'; //Venus
$MathematicsBNRY = '669'; //Saturn
$PsychologyPSYNTCS = '342'; //Sun

//data set 2
$IOT = .5 ;
$GEO = .5;
$RNDM = .5;
$TRASHBN = .5;
$ALGO = .5;
$BNRY= .5;
$PSYNTCS =.5;

$sum =  ($IOT + $GEO + $RNDM + $TRASHBN + $ALGO + $BNRY +$PSYNTCS) ;

$system = ($Network+$Mathematics+$LanguageRNDM+
$HardwareTRSHBN+$ProgrammingALGO+
$MathematicsBNRY+$PsychologyPSYNTCS)/7;

$systemsexp = $system*$system;

echo "$systemsexp"." is value in local perceptual mode.";
echo "\n";
echo "TOTAL VALUE OF SYSTEM.SCHED: ";

Echo $systemsexp.".".$sum;

?>>