afaq

Armstrong numbers Program in C

A positive number is called armstrong number if it is equal to the sum of cubes of its digits.

Reverse of a number Program in C

WAP to find the reverse of a number.

Sum of digits Program in C

WAP to find the sum of digits of the entered number.

Prime Number Program in C

WAP to check whether the entered number is prime or not.

Fibonacci series Program in C

WAP to print the Fibonacci series.

Sum of even and odd numbers Program in C

WAP to print sum of even and odd numbers from 1 to N numbers.

Factorial Program in C

WAP to find the factorial of a given number.

Sum of all numbers up to a given number Program in C

WAP to print the sum of all numbers up to a given number.

Matrix Multiplication Program in Java

Matrix Multiplication Program in Java

Perform the operation by using Switch statement in C Language

WAP that takes two operands and one operator from the user and perform the operation and prints the result by using Switch statement.

1 14 15 16 17 18 36