bossmark2012

Cartesian Plane Position Program In VB .NET

Write a program that prompts the user to input the x-y coordinate of a point on a Cartesian plane. The program should then output a message indicating whether the point is the origin point, is located on the x (or y) axis, or appears in a particular quadrant. QUEZON CITY POLYTECHNIC UNIVERSITY 673 Quirino Highway, Barangay San Bartolome, Novaliches, Quezon City

Telephone Dial In VB .NET

QUEZON CITY POLYTECHNIC UNIVERSITY 673 Quirino Highway, Barangay San Bartolome, Novaliches, Quezon City 9. Write a program that will input a single character and print out the corresponding digit on the telephone digits and letter on a telephone are associated as follows 2 - ABC 6 - MNO 3 - DEF 7 - PQRS 4 - GHI 8 - TUV 5 - JKL 9 - WXY There is no digit corresponding to Z. For this letter your

Divisible by 2,3,0 and 5

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

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

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

Child Rate Program

QUEZON CITY POLYTECHNIC UNIVERSITY 673 Quirino Highway, Barangay San Bartolome, Novaliches, Quezon City Your friends who own Lullaby Land, knows what a knowledgeable programmer you are and has requested your assistance. She is going to provide around-the-clock child-rate. She and her coworkers require a quick, easy way to be able to calculate the total amounts owed by he clients. The application