Click here to Skip to main content
15,900,725 members
Home / Discussions / C#
   

C#

 
AnswerRe: xml File name error Pin
Jaiprakash M Bankolli11-Apr-07 21:29
Jaiprakash M Bankolli11-Apr-07 21:29 
GeneralRe: xml File name error Pin
7111-Apr-07 22:37
7111-Apr-07 22:37 
GeneralRe: xml File name error Pin
Jaiprakash M Bankolli12-Apr-07 0:23
Jaiprakash M Bankolli12-Apr-07 0:23 
GeneralRe: xml File name error Pin
7112-Apr-07 0:38
7112-Apr-07 0:38 
QuestionAdding user defined compiler Error Pin
SakthiSurya11-Apr-07 20:13
SakthiSurya11-Apr-07 20:13 
AnswerRe: Adding user defined compiler Error Pin
Jaiprakash M Bankolli12-Apr-07 0:41
Jaiprakash M Bankolli12-Apr-07 0:41 
QuestionSentinel Loop Question Pin
JMOdom11-Apr-07 19:20
JMOdom11-Apr-07 19:20 
AnswerRe: Sentinel Loop Question Pin
JMOdom12-Apr-07 5:19
JMOdom12-Apr-07 5:19 
I was able to recheck on these type of loops and found a solution. By placing the math section after the final input I've got it to work correctly. I placed the math section in the spot shown below. Big Grin | :-D
<br />
              salesAmount = Convert.ToDouble(inValue);<br />
              salesTax = salesAmount * INTEREST_RATE;<br />
<br />
                Console.WriteLine("Please type in a sales amount.");<br />
                inValue = Console.ReadLine(); // reassigns data in inValue  <br />
                                              //to check in loop<br />
            }<br />
               //START math section in this area.<br />
        }<br />
Cool | :cool: Rose | [Rose]
QuestionWhy Main? Pin
Saranya B11-Apr-07 19:19
Saranya B11-Apr-07 19:19 
AnswerRe: Why Main? Pin
CPallini11-Apr-07 20:49
mveCPallini11-Apr-07 20:49 
AnswerRe: Why Main? Pin
kkun11-Apr-07 21:25
kkun11-Apr-07 21:25 
AnswerRe: Why Main? Pin
Jaiprakash M Bankolli11-Apr-07 21:45
Jaiprakash M Bankolli11-Apr-07 21:45 
AnswerRe: Why Main? Pin
Guffa11-Apr-07 22:31
Guffa11-Apr-07 22:31 
QuestionRichTextBox flickering Pin
moid.ahmed11-Apr-07 19:16
moid.ahmed11-Apr-07 19:16 
AnswerRe: RichTextBox flickering Pin
andre_swnpl11-Apr-07 19:29
andre_swnpl11-Apr-07 19:29 
QuestionEvaluvating Expression in C# Pin
act_ramesh11-Apr-07 18:53
act_ramesh11-Apr-07 18:53 
AnswerRe: Evaluvating Expression in C# Pin
Stevo Z11-Apr-07 22:28
Stevo Z11-Apr-07 22:28 
QuestionWhy didn't I get the job? Pin
Mark J. Miller11-Apr-07 12:04
Mark J. Miller11-Apr-07 12:04 
AnswerRe: Why didn't I get the job? Pin
J$11-Apr-07 12:47
J$11-Apr-07 12:47 
GeneralRe: Why didn't I get the job? Pin
Mark J. Miller11-Apr-07 13:01
Mark J. Miller11-Apr-07 13:01 
GeneralRe: Why didn't I get the job? Pin
J$11-Apr-07 13:38
J$11-Apr-07 13:38 
GeneralRe: Why didn't I get the job? Pin
Mark J. Miller11-Apr-07 13:45
Mark J. Miller11-Apr-07 13:45 
AnswerRe: Why didn't I get the job? Pin
Colin Angus Mackay11-Apr-07 12:49
Colin Angus Mackay11-Apr-07 12:49 
GeneralRe: Why didn't I get the job? Pin
Mark J. Miller11-Apr-07 13:16
Mark J. Miller11-Apr-07 13:16 
AnswerRe: Why didn't I get the job? Pin
Christian Graus11-Apr-07 13:51
protectorChristian Graus11-Apr-07 13:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.