Human Resource Management System

Submitted by cespiritu31 on
This is a full system, and it's called Human Resource Management System. This is a project in system Analysis and Design. Please follow me on facebook @ www.facebook.com/cespiritu31 Happy Coding. This is updated version. Please email me @ [email protected] to get the attendance monitoring system which is the primary component to start the system. Thanks :D

Divisible by 2,3,0 and 5

Submitted by bossmark2012 on
QUEZON CITY POLYTECHNIC UNIVERSITY 673 Quirino Highway, Barangay San Bartolome, Novaliches, Quezon City 5. There are some techniques that Mathematician use to know if a number is divisible by another number. Some rules are stated below. 2 The last digit of the number must be divisible by 2. 3 The sum of the digits when added must be divisible by 3 (works for at least 2 digit numbers). 5 The last

Numbers To Words Converter Using VB .NET

Submitted by bossmark2012 on
QUEZON CITY POLYTECHNIC UNIVERSITY 673 Quirino Highway, Barangay San Bartolome, Novaliches, Quezon City CONDITIONAL STATEMENT 1. Write a program that accepts a number and output its equivalent in words. Sample input/output dialogue: Input : Enter a number : 1380 Output : One thousand three hundred eighty Take note that the maximum input number is 9999.

Numbers to Roman Numerals Converter Using VB .NET

Submitted by bossmark2012 on
QUEZON CITY POLYTECHNIC UNIVERSITY 673 Quirino Highway, Barangay San Bartolome, Novaliches, Quezon City 2. Write a program that accepts an ordinary numbered and outputs its equivalent Roman Numerals. The ordinary number and their equivalent Roman numerals are given below: Ordinary Numbers Roman Numerals 1 I 5 V 10 X 50 L 100 C 500 D 1000 M Sample input/output dialogue: Input : Enter a number