47.9k views
3 votes
True or False if you took a true if then statement and inserted a not in each clause the new statement would also be true

User RandomSeed
by
7.8k points

1 Answer

3 votes

Answer:

False

Explanation:

Here's a true if-then statement:

if false, then true

Here's the modification proposed:

if not false, then not true . . . . . . . . . this is not a true if-then statement

User ErniBrown
by
8.0k points