This solution didn’t accurately done by me but i tried to understand how to solve it from…
Enter a year to find out it’s leap year or not ! Explanation about the formula: http://www.infoplease.com/spot/leapyear1.html #include<stdio.h>…
It’s really easy problem..You will enjoy definitely #include<iostream> #include<cstdio> int main() { unsigned int weight,divide; while(scanf(“%u”,&weight)==1){ divide=weight%2;…
Dont forget to use format specifier for unsigned int %u #include<iostream> #include<cstdio> int main() { unsigned int a,b,output;…
By thinking 24 hr++ I have solved this problem.I got guidance from my friend M.H Riyad also..He…
I tried to built this system from youtube videos and by searching net. I am sharing the…
Recent Comments