Birla Vishvakarma Mahavidyalaya Engineering College
An Autonomous Institute
Information Technology Department
2025-2026
CERTIFICATE
This is to certify that Mr. / Mrs. ____________________________________________________
of Class/Sem. ____________ Id. No.________________________ has satisfactorily completed
his/her term work in Month of ________________________ for the term ending in 2025/2026,
number of practical certified ________________ out of ____________ in the subject of
3IT04: Advanced Programming Practices.
Date: / / 2026
Signature of Teacher
Lab Manual
of
Advanced Programming Practices
Subject Code: 3IT04
Academic Year 2025-26
Name of Student : Parmar Om K
Id. No. : 24IT602
Batch : E
Faculty Name : Prof. Dhruvin Kothak
BACHELOR OF ENGINEERING
In
INFORMATION TECHNOLOGY
Birla Vishwakarma Mahavidhyalaya Engineering College
An Autonomous Institute
Vallabh Vidhyanagar-388120
INDEX
ss
Sr. Date Practical Pg. Sign
No. No.
1. Write a R program to make a Simple Calculator. Take
input from the user and display the result.
2. Write a R program to get the first 5 Fibonacci numbers.
3. Write a R program to Find the Factorial of a Number
Using Recursion
4. Write a R program to get all prime numbers up to a
given number.
5. Write a R program to find the maximum and the
minimum value of a given vector (values: 5,10,20,23,39)
6. Write a R program to create a simple bar plot of your
last semester subjects marks.
7. Write a R program to find sum of natural numbers
8. Write a R program to print the multiplication table of a
number
9. Write a R program to create a Data Frames which
contain details of 3 Students and display summary of the
data. (Name , ID , Branch , Semester)
10. Write a R program to create an array of two 3x3
matrices each with 3 rows and 3 columns from two
vectors.
(Vector 1: 1,2,3,4 Vector 2:20,21,22,23,24,25)
11. Write a Kotlin Program to find Factorial of a given
number
12. Write a Kotlin Program to create simple Calculator
using “when”
13. Write a Kotlin Program to find GCD and LCM of given
two Numbers
14. Write a Kotlin Program to check Whether a Number is
Palindrome or Not
15. Write a Kotlin Program to find all Roots of a Quadratic
Equation
16. Write a Kotlin Program to print Armstrong Numbers
between Intervals Using Function
17. Write a Kotlin Program to print Perfect Numbers
between Intervals Using Function
18. Write a Kotlin Program to multiply two Matrices by
Passing Matrix to a Function
19. Write a Kotlin Program to add two Complex Numbers
by Passing Class to a Function
20. Write a Kotlin Program to add two Dates.
21. Write a Julia Program to take input from the user and
display the values.
22. Write a Julia program to Find the Factorial of a
Number Using Recursion
23. Write a JULIA program to create a simple bar plot of
your last semester subjects marks.
24. Write a Julia program to find sum of natural numbers.
25. Write a Julia program for String Manipulations.
26. Write a Julia program to print the multiplication table
of a number
27. Write a Julia program to illustrate the use of acos()
method
28. Write a Julia program to illustrate the use of count()
method
29. Write a Julia program to create an array of two 3x3
matrices each with 3 rows and 3 columns from two
vectors.
(Vector 1: 1,2,3,4 Vector 2:18,19.20,21,22,23)