Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.41K
~2K People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for tristan17

Hi, I have been practising some OOP and have encountered this error `" cannot resolve symbol - variable MyInput"` I wonder wat's wrong...here is part of my code: public class BorrowMortgage { //Main method public static void main (String[] args) { //Create one borrower Borrower borrower = new Borrower( ); …

Member Avatar for naushadahmed
0
186
Member Avatar for Truclam

Hi all, I implement Gabor filter in my c++ function (put it in Visual c++) . when I compiled it there was no error but when I clicked on a button for excution this function there was a failure report. I can't find out the mistake so I hope some …

Member Avatar for Nick Evan
0
241
Member Avatar for heavyc

Ok i am having alittle problem with my code, I am getting 4 errors for having these things unidetitfied but they are so I dont know what is is here is the code that I have so far. The object is to have counters that will count how many comparisions …

Member Avatar for perniciosus
0
192
Member Avatar for 123abc

For research, the admissions office wants to compare how well female and male students perform in certain courses. You are asked to write a program that prompts the user to enter a number of student records consisting of (a) student’s sex (‘f’ for female, ‘m’ for male) and (b) GPA …

Member Avatar for WolfPack
0
250
Member Avatar for mym

This program uses an ancient method to find the square root. But the problem is that it only works with certain numbers not all the numbers I input. I would like to know if I am doing anything wrong. I would appreciate any help I could get with this. [code] …

Member Avatar for Rashakil Fol
0
204
Member Avatar for jennyuk_2001

hi all i am from uk and i am a newbie in internet marketing but i find it interesting thats why i want to excel in this area.. Cheers Jenny

0
77
Member Avatar for Wiz-kid

I did some reaserach and found out that [B]CDONTS.NewMail[/B] is been replaced with [B]CDO.Message[/B], and I implemented [B]CDO.Message[/B] on my code but it gives me an error on the folowing line : Mail.Body= MyBody it says it does not recognise the 'Body' object, but this works on [B]CDONTS.NewMail[/B] so can …

Member Avatar for noman78
0
157
Member Avatar for Finalmadness

Why is it after I compile the program sucessfully, the options will not work? Only one out of my four case statements actually execute.

Member Avatar for Finalmadness
0
196