Connecting Tech Pros Worldwide Forums | Help | Site Map

Implement BODMAS

ayush
Guest
 
Posts: n/a
#1: Mar 17 '06
hi friends,
please mail me a code (in c++) that solves an expression entered by
user by implementing BODMAS ?
thanks in advance


ayush


TB
Guest
 
Posts: n/a
#2: Mar 17 '06

re: Implement BODMAS


ayush skrev:[color=blue]
> hi friends,
> please mail me a code (in c++) that solves an expression entered by
> user by implementing BODMAS ?
> thanks in advance
>
>
> ayush
>[/color]

It's basic stuff. Try it yourself.

--
TB @ SWEDEN
Tomás
Guest
 
Posts: n/a
#3: Mar 17 '06

re: Implement BODMAS


ayush posted:
[color=blue]
> hi friends,
> please mail me a code (in c++) that solves an expression entered by
> user by implementing BODMAS ?
> thanks in advance
>
>
> ayush
>[/color]


This side of the Atlantic, it's BOMDAS.


-Tomás
mlimber
Guest
 
Posts: n/a
#4: Mar 17 '06

re: Implement BODMAS


ayush wrote:[color=blue]
> hi friends,
> please mail me a code (in c++) that solves an expression entered by
> user by implementing BODMAS ?
> thanks in advance[/color]

This should be of some assistance in your solicitations:

http://tinyurl.com/o5zw9

Cheers! --M

red floyd
Guest
 
Posts: n/a
#5: Mar 17 '06

re: Implement BODMAS


ayush wrote:[color=blue]
> hi friends,
> please mail me a code (in c++) that solves an expression entered by
> user by implementing BODMAS ?
> thanks in advance
>
>
> ayush
>[/color]
How much are you going to pay me to do so?
Kaz Kylheku
Guest
 
Posts: n/a
#6: Mar 18 '06

re: Implement BODMAS


Tomás wrote:
[color=blue]
> This side of the Atlantic, it's BOMDAS.[/color]

Some children learn this is as BEDMAS:

Brackets, Exponents, Division, Multiplication, Addition Subtraction.

Closed Thread


Similar C / C++ bytes