অ্যালগরিদমঃ
(১) প্রোগ্রাম শুরু।
(২) সাল হিসাবে y এর মাধ্যমে গ্রহণ।
(৩) তুলনাঃ y এর মান 400 দ্বারা বিভাজ্য অথবা 100 দ্বারা বিভাজ্য নয় এবং 4 দ্বারা বিভাজ্য ।
(ক) যদি না হয় তবে বর্ষটি লিপ ইয়ার নয় প্রদর্শন।
(খ) যদি হ্যাঁ হয় তবে বর্ষটি লিপ ইয়ার প্রদর্শন।
(৪) প্রোগ্রাম শেষ।
ফ্লোচার্টঃ
প্রোগ্রামঃ
#include<stduo.h> #include<conio.h> main() { int y; printf("Enter any year: "); scanf("%d",&y); if(y % 4 == 0 && y % 100! = 0 || y % 400 == 0) printf("%d is a leap year", y); else printf("%d is not a leap year", y); getch(); }
এর আউটপুট হলোঃ
বিঃ দ্রঃ ভালো লাগলে অবশ্যই শেয়ার করতে হবে।
This comment has been removed by the author.
ReplyDeleteonek valo legeche.
ReplyDeleteGood post.
ReplyDeletewww.redbangali.com
Nice post. You can get more code here. HSC ICT Programming Code for Practical
ReplyDeletevery good
ReplyDeleteI don't understand
ReplyDeleteClick to see the code!
To insert emoticon you must added at least one space before the code.