Skip to content

Instantly share code, notes, and snippets.

@katsube
Created October 1, 2022 10:46
Show Gist options
  • Save katsube/b1035f8d52730e7bfaf5247a70b1fa15 to your computer and use it in GitHub Desktop.
Save katsube/b1035f8d52730e7bfaf5247a70b1fa15 to your computer and use it in GitHub Desktop.
<?php
$base = 5; // 底辺
$height = 10; // 高さ
// 面積を求める
// ※ここを回答する※
// 結果を表示
echo $area; // 25と表示される
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment