Yes. We are supposed to create a subVi which will calculate BMI given a formula and 2 numeric inputs. We are supposed to classify the body weight according to a table which I did through LEDs and a message to the user. However, our professor said that the subvi should have two outputs: the BMI as a floating point number indicator and the classification as a string indicator. Maybe I am misunderstanding the question?
Yes, you are misunderstanding the question. An output of the subVI does not at all mean an output from a formula node. Whatever numeric you get (from a formula node or native LabVIEW math functions), you will have to use that to generate the string. Perhaps index a string array.