programn to take alphabet and to check for vowel or consonent
divisible by 3 and 4 if only 3 print base if only 4 print bowl if both print
basebowl
day of week
total number of days in a month
programn to take alphabet and to check for vowel or consonent using switch
case(only alpha as input)
whether num is -ve +ve or 0
create func ehich returns sum of first five even numbers between any 2 numbers
wap tct 2 func where the program should return sum of fact of number and highest
divisor of that number
print all alpha from a to z using while loop
print all even no from 1 to 100
odd
get input and find first and last dig of number using while loop
to print prime numbers between 1 to 10 including 1 and 10
take input and calc sum and product of dig
check palindrom
print numbers from min to max
print even or odd number from 1 to 10
to take inp and find all factors of given number using for loop
to find highest common factor of any two numbers
factorial
armstrong number
19 feb
square
inverse pyramid
inverted
hollow square
check whether the year is leap or not
check for perfect number (factors sum is equal to number)
check strong number (fact of each digit added is equal to number)
print sum of even numbers between 1 to 10 without 6
1 to 10 break if a numb is div by 2 and 3
to input marks of five subjects and calculate percentsge and grade according to
>=90% --> A
>= 80% -> B
>=70% --> C
>=60 ---> D
>=40 ---> E
<40 ----> F
to inpput basic slary and clculate gross salary according to ===>
Sal<=10000 : +HRA 20% , +DA = 80%
<=200
take charges and calculate total bill acc to =====>
first 50 ===> rate = 0.5
next 100===> rate = 0.75
next 100===> rate = 1.2
remaining ===> rate = 1.5
total tax= 20% of sum
wap to crt func which ret grade of a subject according to the marks obtained based
on Max marks
wap for fact using recursion