I have almost done the following using if else expression.But I want to code it using if operator.Consider the following data of several ages and I have to print the appropriate age using vb.net 2008.
if age between 0-12 then "child", if age between 13-19 then "teen", if age between 19-35 then "youth", else adult.