Naveen Kumar
Naveen
Introduction
3 Projects
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
My self upload my program
04 Aug 2023 04:25 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
/* * states.h * * Created on: 18-Aug-2023 * Author: Naveen kumar */ #ifndef STATES_H_ #define STATES_H_ #include /* -----Functions----- */ void Init_State_Machine(); void Gear_Down(); void Checking_Before_Takeoff(); void Raising_Gear(); void Gear_Up(); void Checking_Before_Landing(); void Lowering_Gear();…
18 Aug 2023 11:59 AM IST
Project 3
#include #include #include using namespace std; enum class FuelType // Define an enumeration for fuel types { GAS, DIESEL, ELECTRIC }; class Vehicle // Define a base class Vehicle { protected: string make; string model; int year; int odometer; public: //…
28 Aug 2023 06:23 PM IST
1 Course Certificates
Academic Qualification
B.Tech
srm university kattankulathur
10 Jun 2014 - 11 Jul 2017
Diploma
avc polytechnic college mayiladuthurai
05 Jun 2007 - 08 Jun 2010
10th
dbtr national higher secondary school
14 Mar 2006 - 17 Apr 2007
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner