0% found this document useful (0 votes)
16 views

Model Institute of Engineering and Technology P.G. Department of Computer Applications

This document contains a list of 23 programming assignments for students in an MCA (Master of Computer Applications) first semester C lab practical course. The assignments cover topics like simple interest calculation, number swapping, greatest of three numbers, factorials, digit sum calculation, palindrome checking, loops, operators, Fibonacci series, Armstrong numbers, perfect numbers and temperature conversion. The list is signed by the faculty member.

Uploaded by

Sheerin Zadoo
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)
16 views

Model Institute of Engineering and Technology P.G. Department of Computer Applications

This document contains a list of 23 programming assignments for students in an MCA (Master of Computer Applications) first semester C lab practical course. The assignments cover topics like simple interest calculation, number swapping, greatest of three numbers, factorials, digit sum calculation, palindrome checking, loops, operators, Fibonacci series, Armstrong numbers, perfect numbers and temperature conversion. The list is signed by the faculty member.

Uploaded by

Sheerin Zadoo
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

MODEL INSTITUTE OF ENGINEERING AND TECHNOLOGY

P.G. Department of Computer Applications


MCA 1st Sem 2017 C Lab Practical List (MCA – 590)
1. WAP to calculate the Simple Interest.

2. WAP to swap two numbers using Third Variable.

3. WAP to swap two numbers without using Third Variable.

4. Greatest of three numbers using “Nested If-Else”.

5. Greatest of three numbers using “Nested Ternary Operator”.

6. Greatest of three numbers using ”Logical Operators and Else-If Ladder”.

7. WAP to calculate the Factorial of a Number.

8. WAP to calculate the Sum of the Digits in a number using “For Loop”.

9. WAP to determine the Reverse of a number.

10. WAP to determine if a number is Even or Odd.

11. WAP to calculate the circumference and area of a circle.

12. WAP to calculate the circumference and area of a rectangle.

13. WAP to draw the Star Pattern:

a) * b) * c) * * * * d) * * * *

* * * * * * * * * *

* * * * * * * * * *

* * * * * * * * * *

14. WAP to check whether if a number is a Palindrome or not.

15. WAP to display the working of Operators.

16. WAP to show the use of Do-While Loop.

Signature of Faculty
17. WAP to calculate the Sum of the Digits in a number using “While Loop”.

18. WAP to display the Fibonacci Series.

19. WAP to check if a number is an Armstrong or not.

20. WAP to check if a number is a perfect number or not.

21. WAP to Covert Temperature in Celsius to Fahrenheit.

22. WAP to Covert Temperature in Fahrenheit to Celsius.

23. WAP to

Signature of Faculty

You might also like