You are on page 1of 4

Practical – Node JS and C++

Name: Mahir Bhatia


Class: SY.BBA(CA)
RollNo: 40
Q NodeJS] Create a Node.js application that uses user defined module circle.js which
exports the functions area () and circumference () and display the details on console.

Q C++] Write C++ program to create two classes integer_array and float_array with an
array as a data member. Write necessary member functions to accept and display array
elements of both the classes. Find and display average of both the array.( Use Friend
function

You might also like