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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
*/