@ -48,4 +48,9 @@ switch (choice) {
break;
default:
printf("Invalid choice\n");
}
} while (choice != 5);
return 0;