fork download
  1. <?php
  2.  
  3.  
  4. $dollars = 200; /* Число долларов */
  5. $exchangeRate = 32.24; /* Курс обмена */
  6. $roubles = g; /* А вот эту строчку надо дописать самому */
  7.  
  8. echo "$dollars долларов можно обменять на $roubles рублей";
  9.  
Success #stdin #stdout #stderr 0.03s 25704KB
stdin
Standard input is empty
stdout
200 долларов можно обменять на g рублей
stderr
PHP Warning:  Use of undefined constant g - assumed 'g' (this will throw an Error in a future version of PHP) in /home/e4Hi3P/prog.php on line 7