Hi! How can i define a String in an "if (string.equals(xxxx))" or "if (string < 0)" kind of way? The answer will be given throught the keyboard and the "string = tast.inStringLn();" line. Can anyon...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20271078.html
Zones:
JavaDate Answered: 02/26/2002 Grade: A Views: 0
Hi. I have to write a program that will calculate the interest that would be paid on a deposit of a given size.
Interest rates:
£50,000 - £250,000 = 3.20%, £25,000 - 49,999.99 = 3.16%, 10,000 -...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20401207.html
Zones:
C++Date Answered: 01/15/2003 Grade: A Views: 0
Can someone please help me understand why this If Else statement isn't working. We are copying documents from one user profile to another in windows 2000. We want to make sure that the user has a...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_20428968.html
Zones:
MS DOSDate Answered: 04/25/2003 Grade: A Views: 0
Program gets the value from user and based on that value it will look for max available headID and will return .
Here is what i have to DO ..
1).If you do not get any record, you will conca...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20749564.html
Zones:
Visual BasicDate Answered: 09/27/2003 Grade: B Views: 0
I have a Cm name, General Label, products, subproducts tables...they are one - to - many repsective Left to Right
I need the form to react to the text box so that when a Cm name & General Label......
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20798180.html
Zones:
MS AccessDate Answered: 11/17/2003 Grade: A Views: 0
Hi there,
Could someone answer the following and give a possible solution?
If 1=1 Then
Function fncPrint
Response.Write "True"
End Function
Else
Function fncPrint
Response.Write ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20825806.htm...
Zones:
ASPDate Answered: 12/15/2003 Grade: B Views: 0
I know this is possible in Java, but I want to be able to do a condition on one line, because I have a lot of them and can't use a switch.
I think Java was something like:
if(a==b):doOne()?...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21041823.html
Zones:
C#Date Answered: 06/29/2004 Grade: A Views: 68
I have a check value function. I want to exit the function and provide a message box if the user has chosen a particular value in a drop down list when a check box is not checked. I get the message...
http://www.experts-exchange.com/Programming/Misc/Q_21044282.html
Zones:
ProgrammingDate Answered: 07/01/2004 Grade: A Views: 0
Hello,
What I am trying to in this program is to input number, display them sorted, input another set of numbers and tell what numbers are in the list and which arent.
I have my insert function ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21044983.html
Zones:
C++Date Answered: 08/05/2004 Grade: A Views: 0
I need to say:
If ( int > 0 )
If ( myname ) = Bob
do stuff
else if ( myname) = George
do stuff
else if ( myname) = John
do stuff
else
"not...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21076552.html
Zones:
Visual BasicDate Answered: 07/30/2004 Grade: A Views: 0