Write an algorithm and program to find if the entered character is a vovel or not.
Vovels : a,e,i,o,u
Draw a flowchart and program to convert a lower case character to uppercase and vise-versa.
Hint: Use ASCII Table
WAP to check if the year entered is a leap year or not.
A year is leap year if the following conditions are satisfied:
WAP to find the body mass index of the user when user enters height and weight. Also find the BMI category to which the user belongs with elseif ladder.
BMI Categories:
Hint : $$ BMI = \frac{Weight}{Height^2} $$ Weight in Kg, Height in meters
WAP to read three integer values from the keyboard and displays the output stating that they are sides of right angled triangle or not.
For a right angled triangle to be valid it must satisfies the following criteria:-