alex_loh33
10-12-2000, 03:30 PM
Hi :
I'm a computer study student. I'm wonder whether this is the right place for me to post questions related to course work ? I've problem in solving the following question... I would appreciate if you could help to provide solution for it (may be just with the program logic...and i'll do the coding by myself, is it ok ?) TNX.
================================================== =========================
Q: A module reads 3 integer values. The 3 values are interpreted as representing the lengths of the sides of a triangle. The module prints a message that states whether the triangle is scalene, isosceles, or equilateral.
a) Produce a Pseudocode for the module described above.
b) The following sets of test data was provided for testing the program.
(i) 5, 6, 7
(ii) 5, 5, 0
(iii) 6, 6, 6
One of the sets of data given has error in it. Suggest a way to
correct it.
================================================== =========================
alex
I'm a computer study student. I'm wonder whether this is the right place for me to post questions related to course work ? I've problem in solving the following question... I would appreciate if you could help to provide solution for it (may be just with the program logic...and i'll do the coding by myself, is it ok ?) TNX.
================================================== =========================
Q: A module reads 3 integer values. The 3 values are interpreted as representing the lengths of the sides of a triangle. The module prints a message that states whether the triangle is scalene, isosceles, or equilateral.
a) Produce a Pseudocode for the module described above.
b) The following sets of test data was provided for testing the program.
(i) 5, 6, 7
(ii) 5, 5, 0
(iii) 6, 6, 6
One of the sets of data given has error in it. Suggest a way to
correct it.
================================================== =========================
alex