M.L.
PARMAR COLLEGE OF COMPUTER SCIENCE & IT
INTERNAL EXAMINATION 2024-25
F.Y.B.C.A (SEMESTER-2)
SUBJECT: Programming Skill Journal -1
INDEX
Sr no. Program Sign
1 Write a program to display your college name.
2 Write a program to check whether a number is even or odd.
3 Write a program to find greatest number from three digits.
Write a program to find whether a number is palindrome or
4
not.
Write a program to check whether a number is Armstrong
5
or not.
Write a menu driven program that perform arithmetic
6
operations (+, –, *, /).
*
**
***
7 ****
******
[EX: If n=5 then above pattern will be display]
8 Write a program to display Fibonacci series up to n number.
Write a program to calculate sum of each digit of a given
9 number. [Ex. N= 521 then sum = 5+2+1=8].
10 Write a program to display 5 string entering user.