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.
if(!checkSecondNum())
checkSecondNum はブール型の戻り値のメソッドであり、if ステートメントで感嘆符を使用した理由を簡単に説明してください。
n1=!true // false を返します n2=!false // true を返します n3=!"Cat" // false を返します