Arjun santhosh (Arjunsanthosh09)

Arjunsanthosh09

Geek Repo

Location:changanacherry

Github PK Tool:Github PK Tool

Arjun santhosh's repositories

Language:C++Stargazers:1Issues:0Issues:0

nature

NAURE THEME

Language:HTMLStargazers:1Issues:1Issues:0
Language:HTMLStargazers:1Issues:0Issues:0

starbucks

Starbucks Theme web

Language:HTMLStargazers:1Issues:0Issues:0

THE-EARTH-LOYAL-COMPANION

Just an overview about Moon (THE EARTH LOYAL COMPANION)

Language:HTMLStargazers:1Issues:0Issues:0

adding-of-two-times

Create a class Time with data members hour, minute and second and member functions readTime(), displayTime() and an overloaded operator ‘+’. Write a C++ program to find the sum of two Time objects. [use 24 hours format].

Language:C++Stargazers:0Issues:0Issues:0

array-operations

Write a menu driven program in C++ to perform Array operations such as Traversing, Insertion and Deletion.

Language:C++Stargazers:0Issues:0Issues:0

Binarysearchtree-t

binary search tree traversal algorithm

Language:C++Stargazers:0Issues:0Issues:0

complex-number-operator-overloading-

Create class Complex with data members real and imaginary and member functions read, display and sum. Write a C++ program to find the sum of two complex numbers

Language:C++Stargazers:0Issues:0Issues:0

conjucate-of-complex-number-operator-overloadin-

Create a class Complex contains data members real, imaginary and member functions read and display. Using friend function write a C++ program to overload operator ‘!’ to find the conjugate of the complex number. (a - ib is the conjugate of a + ib )

Language:C++Stargazers:0Issues:0Issues:0

constructors

Create a class Rectangle with data members length and breadth and member function to calculate the Area (length*breadth). Write C++ program to create objects of the Rectangle class having one and two parameters and print their area

Language:C++Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

ds-lab-qn-using-class

dosboxcode (using class)

Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

function-overloading

Write the CPP program to implement the concept of function overloading. The first function should take two integer arguments to check whether the first number is divisible by the second number. The second function should accept single integer argument and checks whether it is prime or not.

Language:C++Stargazers:0Issues:0Issues:0

function-overloading-

Write a C++ program to design a class Shape with data member volume and three overloaded member functions to find the volume of cube, cuboid and cone. Use another member function display to print the volume of three shapes. [ volume of cube=𝑠𝑠𝑠𝑠 , volume of cuboid=length*width*height, . 𝑠 𝑠 𝑠 volume of cone

Language:C++Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

inheritance-and-display-the-name-of-student-whose-has-avg-age

Create a class Student with three data members name, age and address and member functions read(), display() and getAge(). Write a C++ program to read the data of n students and display the details of students whose age greater than the average age.

Language:C++Stargazers:0Issues:0Issues:0

Inheritance-of-manager-and-employee

. Design a base class Person with data members name, address and phone_number. Derive a class Employee with data member emp_number from Person. Derive a class Manager with data members designation, department_name and basic_salary from Employee. Write a CPP program to accept all details of 'n' managers.

Language:C++Stargazers:0Issues:0Issues:0

login-page-project

a simple logni page

Language:CSSStargazers:0Issues:0Issues:0

MBook

A movie booking app

Stargazers:0Issues:0Issues:0

mountainvalley

it a mountain webite

Language:CSSStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

polynomial-adding

write a program to add two polynomials using ds?

Language:C++Stargazers:0Issues:0Issues:0

polynomial-additon

polynomial addition

Language:C++Stargazers:0Issues:0Issues:0

static-web-resume

This repository is a hands-on project to help you learn HTML & CSS, and create your own resume-like page using the same.

Language:HTMLStargazers:0Issues:0Issues:0

std-mark--nheritance

Define a class STUDENT with data members Roll No and Name. Derive a class MARKS from STUDENT. MARKS includes additional members such as Marks in 3 subjects, Total marks and Percentage of marks. Use necessary member functions for both the classes to read and compute total marks and percentage.

Language:C++Stargazers:0Issues:0Issues:0

vector-adding-using-operator-overloading

Create a class Vector contains data members a, b, c as coefficients of i,j,k and member functions to read and display vector objects. Write a C++ program to find the difference between two vector objects using the concept operator overloading with friend function. Eg. (a1i + b1j + c1k) - (a2i + b2j + c2k) = (a1 – a2)i + (b1-b2)j + (c1 – c2) k

Language:C++Stargazers:0Issues:0Issues:0