Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
phonebook program
no vote
This C# Program Implements PhoneBook.Reads a file with names and phone numbers and builds a phone book from it and Returns the phone number for a given name. Here is source code to Implement PhoneBook.The C# program is successfully compiled and executed with Microsoft Visual Studio.
mania930549
2016-08-23
0
1
Tower Of Hanoi Algorithm Source Code
no vote
This program is developed in VB application and takes the number of discs as input. It uses recursive logic to find the number of steps required to solve thr problem. Initially the discs are getting added into the stack. I have 3 stacks A, B and C for 3 towers A, B and C. The function SolveTOH is used to compute all possible steps to solve the problem. Note that it uses the recursive logic and the output after each move is written on the screen
mania930549
2016-08-23
0
1
Calculator in C#
no vote
Introduction Windows form application mimicing the functionality of a handheld calculator. It supports all basic functionality of calculator such as Addition, Subtraction, Multiplication, Division, etc. This solution can be used by beginners who are trying to learn C#.  
mania930549
2016-08-23
0
1
No more~