Question: rtlae operands; (c3) program vocabulary; (c4)occurrencesof operators in the program; (c5)occurrencesof operands in the program; (c6) program length; (c7) programvolume; (c8) programestimatedlength. 1: readx, y,z;

rtlae operands; (c3) program vocabulary; (c4)occurrencesof operators in the program; (c5)occurrencesof operands in the program; (c6) program length; (c7) programvolume; (c8) programestimatedlength. 1: readx, y,z; 2: type=" scalene"; 3: if (x = y or x-z or y == z) type-"isosceles", 4: if (x == y and x = z) type-"equilateral"; 5: if (x >= y+z or y >= x+z or z >= x+y) type-"nota triangle"; 6:printtype
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
