#include float answer; int main() { answer = triangle(5.4, 2.5); } float triangle(float width, float height) { /* code for triangle function */ }