Write a program in c++ to calculate the body fat and body fat percentage of a person. It must be able to handle gender, use a char data type. Please note that the user may enter f, F, m, M. Your program must handle all of these. In addition if the user enters an invalid character, your program must print an invalid message.