0% found this document useful (0 votes)
5 views5 pages

Program 1

The document outlines a programming task that requires the creation of a program with multiple functions. These functions include reversing a number, checking for palindromes, determining if a number is an Armstrong number, printing a multiplication table, and checking for prime numbers. The document includes sections for the program code and output, but does not provide specific code examples.

Uploaded by

j12malikmohammed
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views5 pages

Program 1

The document outlines a programming task that requires the creation of a program with multiple functions. These functions include reversing a number, checking for palindromes, determining if a number is an Armstrong number, printing a multiplication table, and checking for prime numbers. The document includes sections for the program code and output, but does not provide specific code examples.

Uploaded by

j12malikmohammed
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PROGRAM-1

Write a program using functions which does the following:


1. Reverses a no.
2. Checks whether a no. is a palindrome or not.
3. Checks whether a number is an Armstrong no. or not.
4. Prints the multiplication table of a no.
5. Checks whether a no. is a prime no. or not.
PROGRAM

Page |1
Page |2
OUTPUT

Page |3
Page |4
Page |5

You might also like