#include #define LINE_LENGTH 35 int main() { char actor[4][16] = { "Judy Garland", "Ray Bolger", "Bert Lahr", "Jack Haley" }; int age[4] = { 17, 35, 44, 40 }; char role[4][16] = { "Dorothy", "Scarecrow", "Cowardly Lion", "Tin Woodsman" }; int line,x; puts("Wizard of Oz Database!\n"); /* draw the table heading */ printf("%-15s %3s %-15s\n","Actor","Age","Role"); for(line=0;line