2 parents fd88629 + 08471e5 commit c478eb6Copy full SHA for c478eb6
1 file changed
NumberToWords.java
@@ -1,6 +1,7 @@
1
/*Given a number, you have to write it in words*/
2
import java.io.*;
3
import java.util.*;
4
+//number to word
5
class NumberToWords
6
{
7
public static void main(String[] args)throws IOException
0 commit comments