Question: if ('a'
if ('a' <= c && c <= 'z') { // do nothing } else { System.out.println("not a letter"); } This is code of Java.
Rewrite the code to have an "if" branch that prints "not a letter" and no "else" branch, but do not use the ! operator. Using de Morgan's law, change the condition of this statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
