#include int main(void) { printf("%s%10.2f years%10c%10.1f%%\n","Mary Place",32.18,'A',86.4); return 0; }