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

CS Project Index Format

The document is an index listing 10 programming problems of varying complexity. Each problem is numbered and includes a brief 1-3 sentence description of the required program. The index provides the problem number, description, and page number for referenced solutions.

Uploaded by

Bijay School
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)
592 views2 pages

CS Project Index Format

The document is an index listing 10 programming problems of varying complexity. Each problem is numbered and includes a brief 1-3 sentence description of the required program. The index provides the problem number, description, and page number for referenced solutions.

Uploaded by

Bijay School
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

Sr no. List of Program Page Signature


no.

1 Write the program with a 1


maximum 3 lines of
code and assign first
five multiples of
numbers to 5 variables
and print them.

2 Write a program to 2
compute simple interest
and compound interest.

3 Write a program to find 3


the area of a triangle.

4 Write a short program 4


that asks for your height
in centimeters and
convert your height in
feet and inches (1 foot =
12 inches) , (1 inch =
2.54cm)

5 Write a program that 5


inputs a string and then
print it's equal to number
of times it's
length.Example
Enter string : "prita"
Output : pritapritaprita

6 Write a short program to 6


input a digit (1-10) and
print it in words.

7 Write a program to input 7


to input 3 sides of
triangle and print
whether it is an
equilateral,scalene or
isosceles triangle

8 Given list of integer 8


write a program to find
those which are
palindrome
9 Write a program using 9
nested loop to produce
following pattern -:

*
**
* * *

10 Write a python program 10


taking 2 variables that
are a and b .Check
whether a is divisible
with b or not ?

You might also like