Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
円の面積と円周を計算するコードを Java で作成しました。出力を印刷したい場合、次のことができません。
"The area of a circle with a radius of" +radius "is" +area
代わりに、次のように出力されます。
可能な解決策を事前にありがとうございます。