1.

Write an algorithm to convert infix expression into a postfix expression. Illustrate the same with the given infix expression: ( ( a + b ) / d - ( ( e - f ) + g )

Answer»

How to Write an Algorithm in Programming LANGUAGE

Keep in mind that algorithm is a step-by-step process.

Depending UPON programming language, include syntax where necessary.

Begin.

Include variables and their usage.

If they are any LOOPS, TRY to GIVE sub number lists.

Try to give go back to step number if loop or condition fails.



Discussion

No Comment Found