#include #define LINE_LENGTH 35 int main() { char actor1[] = "Judy Garland"; int age1 = 17; char role1[] = "Dorothy"; char actor2[] = "Ray Bolger"; int age2 = 35; char role2[] = "Scarecrow"; char actor3[] = "Bert Lahr"; int age3 = 44; char role3[] = "Cowardly Lion"; char actor4[] = "Jack Haley"; int age4 = 40; char role4[] = "Tin Woodsman"; int line; puts("Wizard of Oz Database!\n"); /* draw the table heading */ printf("%-15s %3s %-15s\n","Actor","Age","Role"); for(line=0;line