Posts

Showing posts from 2017

USE COMMAND PROMPT TO COMPILE AND EXECUTE JAVA

http://www.cs.princeton.edu/courses/archive/spr05/cos126/cmd-prompt.html

Debug

http://thestarman.pcministry.com/asm/debug/debug.htm
Image
C++:random number generation

Simple program for issuing billing

Image
Simple program for issuing billing The following is how the input data looks like: (Customer type:  B stands for business customer, and R stands for Residential Customer) 111112 9 2 B11113 10 17 b11114 12 5 b11115 10 3 R11121 4 B11122 15 11 #11123 7 R11124 4 r11125 9 b11131 15 15 R11132 7 w11133 5 r1111134 10 011135 8 R11141 10 R11142 3 B11143 10 1 B11144 8 17 e11145 6 r11151 4 R11152 5 r11153 3 B11154 10 2 B11155 14 7 THE OUTPUT FILE

CREDIT CARD NUMBER VALIDATOR

Image
CREDIT CARD NUMBER VALIDATOR Run This Program (sample data is stored in data.txt file)   Link to UML and Flowchart This program will validate a credit card number or a file of credit card number based on Luhn Algorithm Run This Program (sample data is stored in data.txt file)   Link to UML and Flowchart

Morse Code Converter

Image
Morse Code Converter This application will translate each letter of the English alphabet, digit, and punctuation characters(space,comma,period,question mark) into Morse Code which are represented by a series of dot and dashes. MorseDemo Morse Class TERMINAL FLOWCHART

Payroll Flowchart

Image