Оценки Шигаева - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.

Name: Оценки Шигаева fullscreencopydownloadembedprint


Your result can be seen below.

Result of php executing





Full code of Оценки Шигаева.php

  1. <?php
  2. $marks="оценка";
  3.  
  4.         switch($marks){
  5.                 case "5":
  6.                         echo "Отлично";
  7.                         break;
  8.                 case "4":
  9.                         echo "Хорошо";
  10.                         break;
  11.                 case "5":
  12.                         echo "Удовлетворительно";
  13.                         break;
  14.                 case "4":
  15.                         echo "Не удовлетворительно";
  16.                         break;
  17.                 default: 
  18.                         echo "Выполните задание еще раз";
  19.                     break;
  20.         }
  21. ?>
  22.  
  23.  
File Description
  • Оценки Шигаева
  • PHP Code
  • 14 Sep-2023
  • 373 Bytes
You can Share it: