0% found this document useful (0 votes)
28 views

STR (0) (0) A STR (1) (0) STR (2) (0) B STR (3) (0) STR (4) (0) C STR (5) (0) + STR (6) (0) B STR (7) (0) STR (8) (0) C STR (9) (0) - STR (10) (0) D

This document contains an array called Str with 11 elements that store mathematical operation symbols and variables, with Str[0][0] through Str[4][0] storing the variables a, =, b, *, and c, and Str[5][0] through Str[10][0] storing the operators +, *, -, and the variable d, indicating it represents an equation of a = b * c + b * c - d.

Uploaded by

vasanthi2014
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

STR (0) (0) A STR (1) (0) STR (2) (0) B STR (3) (0) STR (4) (0) C STR (5) (0) + STR (6) (0) B STR (7) (0) STR (8) (0) C STR (9) (0) - STR (10) (0) D

This document contains an array called Str with 11 elements that store mathematical operation symbols and variables, with Str[0][0] through Str[4][0] storing the variables a, =, b, *, and c, and Str[5][0] through Str[10][0] storing the operators +, *, -, and the variable d, indicating it represents an equation of a = b * c + b * c - d.

Uploaded by

vasanthi2014
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Str[0][0]= a

Str[1][0]= =

Str[2][0]= b

Str[3][0]= *

Str[4][0]= c

Str[5][0]= +

Str[6][0]= b

Str[7][0]= *

Str[8][0]= c

Str[9][0]= -

Str[10][0]= d

You might also like