Math, asked by Srishti951, 10 months ago

Integer or floating-point operands. Floating-point numbers are distinguishedby having a decimal point.

Answers

Answered by Anonymous
1

Step-by-step explanation:

Below is a grammar for expressions involving operator ++ and integer or floating-point operands. Floating-point numbers are distinguished by having a decimal point.

E→E+T∣TE→E+T∣T

T→num.num∣numT→num.num∣num

Give an SDD to determine the type of each term TT and expression EE.

Extend your SDD of (a)(a) to translate expressions into postfix notation.Use the unary operator intToFloat to turn an integer into an equivalent float. 

Similar questions