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