C++ programming language part: 36 Look here's two different user define Boolean Functions
Look here's two different user define Boolean
Functions
Program
29_6_2
//use define Boolean function
(function.demo)
#include
//#include //returns 1 if y is a leapyear,
0 otherwise:
int isleapyear(int y)
{
return y%4==0 && y%100!=0 || y%400==0;
}
void main()
{
int isleapyear(int);
int n;
do
{
cout<<"type a year"<
cin>>n;
if (isleapyear(n)) cout<
else cout<
} while (n>1);
}
Program
29_6-3
// a Boolean to ensure vowel.
#include
//#include
int isvowel(char y)
{
return
(y=='a'||y=='e'||y=='i'||y=='o'||y=='u');
}
void main()
{ char
y;
do
{ cout<<" Type a cheracter "<
cin>>y;
if (isvowel(y)) cout<
else cout<
} while (y!='n');
}
Part- 86 assign the content of twostring
জ্ঞানকোষ প্রকাশনী
৩৮/২-ক, বাংলাবাজার (২য় তলা), ঢাকা।
ফোনঃ ৭১১৮৪৪৩, ৮১১২৪৪১, ৮৬২৩২৫১.
কলকাতায় পরিবেশক/প্রাপ্তিস্থান
রিতা ইন্টারন্যাশনাল
৩৬, পি.এন. ব্যানার্জি রোড, কলকাতা
ফোনঃ ২৫১৩৮৩৫৯, ৯৮৩০৪৩৯৬৭৯, +৯১৯৮৩০৪৩৯৬৭৯