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.

~323 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for dayau89

/** * @(#)dayau_0.java * * dayau_0 application * * @author * @version 1.00 2009/9/28 */ public class dayau_0 { public static void main(String[] args) { int num = 30; String AnsHex = ""; AnsHex = DectoHexDec(num); System.out.println(AnsHex); } public static int DectoHexDec(int x) { String result = ""; int remainder …

Member Avatar for doomsday1216
0
282
Member Avatar for dayau89

[B][I]my name dhiyauddin, [/B] i'm from malaysia and i'm studying in University of Malaya. Now, i am taking subject programming (java) i hope this community can help me if i have any problems about java. nice to know you all... :-/ :)[/I]

Member Avatar for johnvitc
0
41