Correct documentation of IsEven (#4845)

* Update IsEven.java

* Update IsEven.java

* Update IsEven.java

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
This commit is contained in:
Aditi Bansal
2023-10-20 01:07:29 +05:30
committed by GitHub
parent f3345d9e06
commit e87036d886

View File

@ -1,7 +1,7 @@
package com.thealgorithms.bitmanipulation;
/**
* Converts any Octal Number to a Binary Number
* Checks whether a number is even
* @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi)
*/