問題3-3
次のコードを実行した結果として正しいものを選択してください。(1つ選択)
$data = '10';
if($data == 10){
  print "1";
}else{
  print "2";
}