0% found this document useful (0 votes)
11 views13 pages

PPS File

Uploaded by

Ravneet Singh
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)
11 views13 pages

PPS File

Uploaded by

Ravneet Singh
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/ 13

PRACTICAL FILE

PROGRAMMING FOR PROBLEM SOLVING

SESSION: 2024-2025
B. TECH CSE (AI-ML)
SEMESTER: 1ST

Submitted by Submitted to
Ravneet singh Mr. Amit Chauhan
A253175124071 Assistant Professor
Section-E (G9) AUP
Index
PROGRAM PAG
SIGNATUR
S.NO. E
E
Write a program to print sum of two integers
1.
2. Write a program to print maximum and minimum
from three numbers

3. Write to program to print maximum and


minimum from four numbers
4. Write a program to that performs as a calculator

5. Write a program to find area of triangle

6. Write a program to calculate simple interest

7. Write a program to interchange two numbers

8. Write a program to enter a distance into kilometre


and convert it into meter, feet, inches and
centimetre
9. Write a program to read the marks of a student
from the keyboard whether the student is pass or
fail (using if else)

10. Write a program to check whether the entered


character is capital, small letter, digit or any
special character
Program 1:
Write a program to print sum of two integers

INPUT

OUTPUT
Program 2:
Write a program to print maximum and minimum from three numbers
INPUT
OUTPUT

Program 3:
Write to program to print maximum and minimum from four numbers
INPUT
OUTPUT

Program 4:
Write a program to that performs as a calculator
INPUT

OUTPUT
Program 5:
Write a program to find area of triangle
INPUT
OUTPUT

Program 6:
Write a program to calculate simple interest

INPUT
OUTPUT

Program 7:
Write a program to interchange two numbers
INPUT
OUTPUT

Program 8:
Write a program to enter a distance into kilometre and convert it into
meter, feet, inches and centimetre
INPUT
OUTPUT

Program 9:
Write a program to read the marks of a student from the keyboard whether
the student is pass or fail (using if else)

INPUT
OUTPUT

Program 10:
Write a program to check whether the entered character is capital, small
letter, digit or any special character
INPUT
OUTPUT

You might also like