You are on page 1of 5

Numbers To Words Converter

Muhammad Nabeegh Mumtaz


SP19-BSCS-0007
Muhammad Owais
SP19-BSCS-0017
Muzammil Rehman Abbasi
SP19-BSCS-0054

TEACHER: MISS AMAN FAROOQ

DSA FINAL PROJECT


Project Description:
 Our project converts numbers into words
For Example : if you enter 100000, the output will be One Hundred Thousand
 It takes input as an integer and convert it into string after that using data structures it
converts it into words.
 This project uses two data structures
1) Queue
2) Stack
 This project uses international standard of counting, it won’t give output into into lacs
it will give output into millions, billions etc.
 The limit of input is 1 quintillion
 This project can be run by both console and GUI
 The GUI is made using Jform
 To run this project in console the test file should be used which is named
ProjectTest.java
 To run this project in GUI the .jar file should be used which name is
NumToWordsConverter.jar.

Problems Description
 We faced many problems in the making of this project.
 First of all we got confused about what Data Structures we should use this
projects and how it will work but soon we came up with an idea and started
working.

 In the beginning we got confused about How will we write the algorithm.
 Because we use Strings we face many problems regarding index and comparing.
Project Contributors:
Algorithm by Muzammil Rehman Abbasi
Implementation by Muhammad Nabeegh
Mumtaz
Testing and Debugging by Mohammad
Owais

Project Screen Shots:


Activity Flow Diagram:

You might also like