blah blah blah is here! blah blah » Close

0
votes
2 answers

Substring outofindex

I wrote a code for which if 23E+20 is the input then output should be 230000000(20 zeros) if 4.456E-14 is the input then 4.456000(14 zeros) should be the output But its not working properly. Please let me know where I did error. Th ...

0
votes
1 answers

problem with string arrays

hi I am in a process of designing relational calculator. If a user supplied a string like -3.33+44*456/2.2-3+4.... I want to store it in string array as -3.33 +44 * 456 / 2.2 -3 +4 ...... (that is *, /, +ve value, -ve value se ...

Feedback