Skip to content

Commit c478eb6

Browse files
authored
Merge pull request #24 from akhilkoredla/master
Update NumberToWords.java
2 parents fd88629 + 08471e5 commit c478eb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NumberToWords.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*Given a number, you have to write it in words*/
22
import java.io.*;
33
import java.util.*;
4+
//number to word
45
class NumberToWords
56
{
67
public static void main(String[] args)throws IOException

0 commit comments

Comments
 (0)