Retourner au contenu associé (journal : Un print(1 + "3a"), ça nous inspire comment ?)
Posté par Philip Marlowe le 03 avril 2017 à 10:05. En réponse au journal Un print(1 + "3a"), ça nous inspire comment ?. Évalué à 2.
make do --| Add your code here print (1 + "3a") end
Error code: VWOE
Error: invalid Operator_expression. What to do: make sure that equivalent dot form is valid Call.
Class: APPLICATION Feature: make Formal type: INTEGER_32 Actual type: attached STRING_8 Line: 21 --| Add your code here -> print (1 + "3a") end
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Eiffel
Posté par Philip Marlowe . En réponse au journal Un print(1 + "3a"), ça nous inspire comment ?. Évalué à 2.
Error code: VWOE
Error: invalid Operator_expression.
What to do: make sure that equivalent dot form is valid Call.
Class: APPLICATION
Feature: make
Formal type: INTEGER_32
Actual type: attached STRING_8
Line: 21
--| Add your code here
-> print (1 + "3a")
end