Computer Science, asked by sensoma718, 8 months ago

Express the following if statement using not operator

if(a % 5 == 0)​

Answers

Answered by anindyaadhikari13
58

The answer will be:-

if(!(a%5!=0))

<marquee>Hope it helps you...Please mark this answer as the brainliest and follow me..</marquee>

Answered by ItzDeadDeal
2

Answer:

The answer will be:-

  • if(!(a%5!=0))
Similar questions