A

@AnupTirkey

ProjectAnupTirkey17oct

C++
2 years ago
#include<iostream> using namespace std; int main(){ cout<<"Anup Tirkey is a Mechanical Engineer, NIT.\n"; cout<<"Hello World.\n"; cout<<"anup Tirkey is adhoc Lawyer.\n"; return 0;

ProjectAnupTirkey16102

C++
2 years ago
#include<iostream> using namespace std; void Function(){ cout<<"Anup Tirkey is adhoc Lawyer.\n"; } void Function1(){ cout<<"ANup Tirkey is adhoc PR .\n";

Programme Occupational 14 oct Er Anup Tirkey

C++
2 years ago
#include<iostream> using namespace std; void Function(){ cout<<"Anup Tirkey is a Mechanical Engineer.\n"; } void Function1(){ cout<<"Anup Tirkey is stud from NIT.\n";

ProjectAnupTirkey10 octb

Python
2 years ago
print('Hello world!') print("hello taiwan acer") i = 1 while i<4: i+=1 print("Anup Tirkey is a Mechanical Engineer.");

ProjectAnupTirkey10 oct2023

C++
2 years ago
#include<iostream> #include<cmath> using namespace std; void Function(){ cout<<"Anup Tirkey.\n"; cout<<"Mechanical Engineer.\n"; cout<<"NIT.\n"; }

ProjectAnupTirkey06Octc

C++
2 years ago
#include<iostream> #include<string> using namespace std; class Refine{ public : string property; string color; int value;

ProjectAnupTirkey06Octa

Python
2 years ago
print('Hello world!') print("hello Taiwan acer") i = 1 while i<5: i+=1 print("Anup Tirkey is a Mechanical Engineer, NIT.")

ProjectAnupTirkey06OCt

Python
2 years ago
print("hello Taiwan Acer") i = 1 while i<5: i +=1 print("Anup Tirkey, Mechanical Engineer.\n"); import matplotlib.pyplot as plt import numpy as np

ProjectAnupTirkey05Octd

C++
2 years ago
// class of a car #include<iostream> #include<string> using namespace std; class Car{ public : string brand;

ProjectAnupTirkey05octc

C++
2 years ago
#include<iostream> #include<string> using namespace std; class MyClass{ public: int myNum; string myString;

ProjectAnupTIrkeyc++01octb

C++
2 years ago
#include <iostream> #include<cmath> using namespace std; int main(){ cout<<sqrt(81)<<"\n"; cout<<log(89)<<"\n"; cout<<log(33)<<"\n"; int x = 78;

AnupTirkeyProjectc++01oct

C++
2 years ago
#include<iostream> using namespace std; void function(){ cout<<"Anup Tirkey.\n"; } void function1(){ cout<<"Anup Tirkey, Mechanical Engineer.\n";

ProjectAnupTirkey01

Python
2 years ago
print('Hello world!') print("hello taiwan acer") class mobile: def __init__(self,name,color,price): self.name = name self.color = color self.price = price