From c3015e4c967da17991afe245ef172cc55d886ecf Mon Sep 17 00:00:00 2001 From: ShazidMahsrafi Date: Wed, 7 Jun 2023 20:14:47 +0600 Subject: [PATCH] initial commit --- 236A-BoyOrGirl/236A.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 236A-BoyOrGirl/236A.cpp diff --git a/236A-BoyOrGirl/236A.cpp b/236A-BoyOrGirl/236A.cpp new file mode 100644 index 0000000..09be533 --- /dev/null +++ b/236A-BoyOrGirl/236A.cpp @@ -0,0 +1,20 @@ +#include +using namespace std; + +int main() +{ + char name[100]; + cin>>name; + int i,j,len,count=0; + len=strlen(name); + for(i=0;i