Hi Guyz,
There is two questions please help out in making program.
Q)write a program using conditional operators to determine whether a year entered through the keyboard is a leap year or not.
Q)write a program to print out all Armstrong numbers between 1 and 500.if sum af cubes of digits of the number is equal to the number it self,then the number is called an Armstrong number. For example,153=(1*1*1)+(5*5*5)+(3*3*3).