#include int main() { printf("%*s%*s%*s%s\n", 2, "Welcome to Jamaica, mon, have a ", 1, "nice ", 1, "da", "y"); return 0; }