Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~151 People Reached
Favorite Tags
Member Avatar for summerhui

Hi, I'm doing web based system.I need to hyperlink drop down list item to another page.So do i need to create a database first before use event handling to hyperlink drop down list item to another page?Or do u all have any idea how to link drop down list item …

Member Avatar for hericles
0
66
Member Avatar for summerhui

Write a program to convert the month and days into number of the days for year 2010. Example: Input Month and days: May 16 import java.util.Scanner; public class A129323{ public static void main(String [] args){ int i = 0, numberOfDays = 0, sum = 0, previousMonth = 0, count = …

Member Avatar for JamesCherrill
0
85