#include main() { int bonus=50; float salary=1400.50; float total; total=salary+bonus; printf("The total is %.2f", total); return; }