0% found this document useful (0 votes)
64 views2 pages

Index

This document contains an index of 20 programming problems including: finding the sum of two numbers, calculating mark percentages and totals, interchanging variable values, calculating areas and perimeters of rectangles, checking if a number is even or odd, determining if a year is a leap year, converting seconds to hours/minutes/seconds, printing tables, printing triangle patterns, checking if a 3-digit number is a palindrome, reversing a 5-digit number, printing an ASCII chart, determining if a number is Armstrong, calculating factorials, printing Fibonacci series, evaluating x to the power of n, printing prime numbers within a given range, printing squares of user-input numbers, printing Floyd's triangle pattern, and evaluating a series of fractions

Uploaded by

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

Index

This document contains an index of 20 programming problems including: finding the sum of two numbers, calculating mark percentages and totals, interchanging variable values, calculating areas and perimeters of rectangles, checking if a number is even or odd, determining if a year is a leap year, converting seconds to hours/minutes/seconds, printing tables, printing triangle patterns, checking if a 3-digit number is a palindrome, reversing a 5-digit number, printing an ASCII chart, determining if a number is Armstrong, calculating factorials, printing Fibonacci series, evaluating x to the power of n, printing prime numbers within a given range, printing squares of user-input numbers, printing Floyd's triangle pattern, and evaluating a series of fractions

Uploaded by

arun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

S.No

Particulars

PageNo. Signa

1.

Wap find the sum two number input.

2.

Wap to find the mark and its percentage and


total mark also.
Wap interchange two values using the third
variable.
Wap area or perimeter of rectangle or area and
circumference.
Wap to check the given number is even or odd.

2-3

Wap to check whether a given year is a leap


year or not.
Wap to covert given seconds to hour, minutes
and seconds.
Wap to print a table 1to 10 of given number.

Wap to print following triangles to given


number of rows.
Wap a program to check whether a given three
digit number is palindrome or not.
Wap to reverse a given five digit number.

11-12

Wap to print the ASCII chart within in a given


number.
Wap to print, whether number Armstrong or not
.
Wap to find the factorial of given number.

16

Wap to print the Fibonacci series up to a given


number.
Write a program to evaluate xn.

19

Wap to print the prime number in a given


number.
Wap to ask the user for a number. Print the
square of the number user want to continue or

21-22

3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.

4
5-6
7

9
10

13-14
15

17
18

20

23-24

INDEX
not.
19.
20.

Wap to print triangle (Floyds triangle) like the


following.
Wap to evaluate 1/3+2/5+3/7.+n/
((n*2)+1).

25-26
27

You might also like