#include #define LINE_LENGTH 35 int main() { char actor[] = "Judy Garland"; int age = 17; char role[] = "Dorothy"; int line; puts("Wizard of Oz Database!\n"); /* draw the table heading */ printf("%-15s %3s %-15s\n","Actor","Age","Role"); for(line=0;line