0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ド・モルガンの法則

Posted at

ド・モルガンの法則とは

AND演算子とOR演算子を相互に変換することで、複雑な演算式を単純化できる。

ド・モルガンの法則の変更手順

① 問題文をそのまま条件式にする。
② 各条件式の関係演算子を否定する。
③ andをorに、orをandにする。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?