Advertisement

1 - 10 of 437 containing alltags:("else") (0 seconds)
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...
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 -...
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...
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...
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......
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 ...
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()?...
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...
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 ...
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...
Zones: Visual BasicDate Answered: 07/30/2004 Grade: A Views: 0