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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!