Skip to content

Instantly share code, notes, and snippets.

View Ismail-Ai404's full-sized avatar
🏠
Working from home

Mohamad Ismail Hossain Siddiquee Ismail-Ai404

🏠
Working from home
View GitHub Profile
@Ismail-Ai404
Ismail-Ai404 / NumberstoWords.java
Last active March 14, 2021 21:49
Numbers to words by method.java
public class NumberstoWords {
public static void main(String[] args) {
System.out.println(amountInWords(100));
}