how can i set this up???????????????????????????
the array is 16 rows (a-p) each row containing three blocks.
123 4567 890
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
this is the current code.
the array is 16 rows (a-p) each row containing three blocks.
123 4567 890
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
this is the current code.
Code:
#include <stdio.h>
void displayMenu(char *a){
printf("\nPlease choose an option\n");
printf("\n1add a passenger into a plane\n");
printf("\n2display a list of all passengers\n");
printf("\n3display a plan of the plane\n");
printf("\n4clear the plan\n");
printf("\n5save list list of all passengers\n");
printf("\n6load all of the passengers\n");
printf("\n7exit\n");
scanf("%c" , a);
[\code]
the array will store the name, age, seat.