🔒 Closed Help Flowchart lang Po para sa Kapatid ko

Status
Not open for further replies.
#include <iostream>
using namespace std;

//Compiler version g++ 6.3.0

int main()
{
char gender;

printf("Enter gender (M/m or F/f): ");
scanf("%c",&gender);

switch(gender)
{
case 'M':
case 'm':
printf("Male.");
break;
case 'F':
case 'f':
printf("Female.");
break;

}
printf("\n");
return 0;
}

Patulong Po sa flowchart
 
Status
Not open for further replies.

About this Thread

  • 0
    Replies
  • 458
    Views
  • 1
    Participants
Last reply from:
ECLIPVEIL

Trending Topics

Online now

Members online
1,380
Guests online
3,492
Total visitors
4,872

Forum statistics

Threads
2,308,530
Posts
29,185,684
Members
1,192,038
Latest member
jtjohn
Back
Top