k v swaroop commented on the post, Program to find out whether a entered number is divisible by 3 and 5 or not 11 months, 1 week ago
#include
void main()
{
int num;
printf(“nEnter a number “);
scanf(“%d”,&num);
if(num%3==0)
{
if(num%5==0)
{
printf(“nThe number %d is divisible by 3 and 5n”,num);
}
[…]
k v swaroop became a registered member 11 months, 1 week ago
This is the one stop educational site for all Electronic and Computer students. If you want to learn something new then we are here to help. We work on Microcontroller projects, Basic Electronics, Digital electronics, Computer projects and also in basic c/c++ programs.
#Home #Sitemap #Resources #Terms of Use
Copyright©2012 electrofriends.com All Rights Reserved
Contact:info@electrofriends.com