🔒 Closed Hi ask for help po , sa mga may alam sa c programming

Status
Not open for further replies.

Mr_Ch3ck3r

Fanatic
ang problem ko po is pano ako makapaglalagay ng home address ko (with numbers,symbols,letters) ng hindi nag sskip or end agad ung program.


1569720424098.webp


#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main()
{
system("color 02");
char menu, fname[10], lname[10], mname[10], gender, bday, sno, college, shs, jhs, fullname, mun, h_adress;
int an[13],age,batch;
printf("Welcome To OLFU Alumni Registration System!!");
printf("\n\nHello, would you like to: \n");
printf("\n ____________________");
printf("\n| Please Choose! |");
printf("\n|____________________|");
printf("\n| |");
printf("\n| A.NEW |");
printf("\n| B.OLD |");
printf("\n| C.EXIT |");
printf("\n| |");
printf("\n|____________________|");
printf("\nPLEASE TYPE: ");
scanf("%s",&menu);
switch (menu){
case 'A':
printf("Please Fill Up The Following");


printf("\nLast Name: ");
scanf(" %[^\n]s",lname);
printf("\nFirst Name: ");
scanf(" %[^\n]s",fname);
printf("\nMiddle Name: ");
scanf(" %[^\n]s",mname);
printf("\nAge: ");
scanf("%d",&age);
printf("\n ____________________");
printf("\n| Please Choose! |");
printf("\n|____________________|");
printf("\n| |");
printf("\n| F=FEMALE |");
printf("\n| M=MALE |");
printf("\n| |");
printf("\n| |");
printf("\n|____________________|");
printf("\nGender: ");
scanf("%s",&gender);
printf("Batch:");
scanf("%d",&batch);
printf("House Address: ");
scanf ("%d",&h_adress);
printf("Municipality: ");
scanf(" %[^\n]s",mun);

break;
case 'B':
printf("Please Type Your Alumni Id Number:");
scanf("%d",&an);
break;
case 'C':
printf("Thank You For Using The OLFU Alumni Registration System");
break;
}

}
 
Note: Keywords nalang po sabihin nyo ako na po bahala mag explore if ano ung isusuggest nyo para magamay ko din po , wag nyo po ieedit ung code para ayusin , thanks po.
 
Status
Not open for further replies.

About this Thread

  • 3
    Replies
  • 470
    Views
  • 3
    Participants
Last reply from:
homer_simpson

Trending Topics

Online now

Members online
516
Guests online
655
Total visitors
1,171

Forum statistics

Threads
2,274,612
Posts
28,957,198
Members
1,234,355
Latest member
Ghostsaveich
Back
Top