A

@AnupTirkey

AnupTIrkey05Nov

C++
2 years ago
#include<iostream> using namespace std; void func(){ cout<<"hello world"; } void func1(){ cout<<"cnet Show the Mechanical Constraint is reproting to ANup Tikrey in System\n";

Projectcc#04Nov

C#
2 years ago
using System; namespace Compiler { class Program { static void Main(string[]args) { Console.WriteLine("hello World"); Console.WriteLine("Anup Tirkey is a SAI Mechanical Engineer NIT.");

C# 03nov

C#
2 years ago
using System; namespace Compiler { class Car { string color = "red"; static void Main(string[]args) {

ProjectAnupTirkey02Nov

Python
2 years ago
print('Hello world!') print("Hello Taiwan Acer") i = 0 while(i<2): i+=2 print("Anup Tirkey is a SAI, Mechanical Engineer NIT.") print("Anup Tirkey is married to SHashi Tirkey")

ProjectANup TIrkeypython0211

Python
2 years ago
print('Hello world!') print("hello Taiwan Acer") print("hello.kindly provide the struct drawing") i = 1 while(i<2): i+=2

PoANupTIrkey0211

C++
2 years ago
#include <iostream> using namespace std; void func(){ cout<<"Anup Tirkey is an Engineer.\n"; } void func1(){ cout<<"Anup TIrkey is NIT.\n";

Class&ObjectProjectAnupTIrkey01Nov

Python
2 years ago
class car: attr1 = "sound" attr2 = "light" #sample method def fun(self): print("car",self.attr1) print("car",self.attr2)

ProjectAnupTirkeyPyXXII

Python
2 years ago
print('Hello world!') print("hello Taiwan acer") i= 0 while i<3: i+=1 print("Anup TIrkey is a SAI , Mechanical Engineer.") class car:

ProjectAnupTirkey01Nov

C++
2 years ago
#include <iostream> using namespace std; void func(){ cout<<"hello WOrld.\n"; cout<<"Hello Taiwan acer.\n"; }

ProjectAnupTirkey31Oct2023

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

ProjectAnupTirkey31Oct

C++
2 years ago
#include <iostream> using namespace std; void func(){ for(int i=0;i<5;i++){ cout<<"Anup Tirkey is SAI, Mechanical Engineer NIT.\n"; } }

ProjectAnupTirkey30Octk

Python
2 years ago
print('Hello world!') print("hello Taiwan Acer") i=0 while(i<3): i+=1 print("Anup Tirkey is SAI Mechanical Engineer, NIT.") class car:

Queue Project AnupTirkey30oct2023

C++
2 years ago
#include<iostream> #include<queue> using namespace std; int main(){ queue<string>q1; q1.push("Anup Tirkey is NIT.");

ProjectAnupTirkey30octxxx2

Python
2 years ago
print("hello world") print("hello taiwan acer") print("Anup Tirkey is a SAI Mechanical Engineer.") i =1; while(i<8):

StructureAnupTIrkey30Octxviii

C++
2 years ago
#include <iostream> using namespace std; struct point{ int x ,y; }; struct point2{ int z , n;

PROJECT ANUPTIRKEY30 OCTXIVII

C++
2 years ago
#include <iostream> #include<string> using namespace std; int main(){ struct{ int num; string st1; string st2;

ProjectAnupTirkey30N

C++
2 years ago
#include<iostream> using namespace std; int main(){ cout<<"Anup Tirkey is a Mechanical Engineer."; cout<<"Anup Tirkey is a NIT."; return 0;

ProjectAnupTirkey30OctKN

C++
2 years ago
#include <iostream> using namespace std; int main(){ struct{ int num; string car; }mystructure;

PointerprojectAnupTirkey29oct

C++
2 years ago
#include<iostream> #include<queue> using namespace std; void function(){ string food = "pizza";

AnupTirkey29oct

Python
2 years ago
print('Hello world!') import matplotlib.pyplot as plt import numpy as np x = [33000,35000,44000] y = ["oct","dec","jan"] plt.plot(x,y)