Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~514 People Reached
Favorite Forums
Favorite Tags
Member Avatar for 83beast

specs first: Asus A8R32-MVP Deluxe Mobo AMD 3800+ 64 Cheapo PC3200 Ram (512x2) (Aeneon chips) WD 250 GB HDD IDE Toshiba DVD+-RW ATI X1300XT PCIE x16 CoolMax 500W psu So, i took my buddies computer to reinstall windows for him. (he killed his with wicked viruses). so, i was gonna …

Member Avatar for RLHennig
0
120
Member Avatar for askhan

I am using a for loop and i want to print anwer vertically with the number. but rite now i am getting the answer horizontally i also \n but no luck below is the code. public String getMultiStringInformation(int num, String str) throws RemoteException { String result = "\n"; for ( …

Member Avatar for askhan
0
77
Member Avatar for askhan

[code] public int getMathInformation(int a, char op, int b) throws RemoteException { int result = 0; if(op == '+') result = a + b; else if(op == '-') result = a - b; else if(op == 'x') result = a * b; else if(op == '/') result = a / …

Member Avatar for dickersonka
0
79
Member Avatar for askhan

hi all i am new to dani web so if i make any mistake please forgive me ... I am just wodering that some could help me in my assignment.. i am not a programming geek and offcourse not in java. my teacher has gave me this assignment i dont …

Member Avatar for masijade
0
238