i put all the required code for the program but it just won't work -_- statement missing with the main but you can't put ";" next to main() what do i do? :( I really need this :(
main()
{
menu();
input();
getch();
}
main()
{
menu();
input();
getch();
}
Comment