From 948d5c31fe44a79677c7fb67a880be05136d9c3e Mon Sep 17 00:00:00 2001 From: vivek dubey <116478376+vivekd01@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:12:00 +0530 Subject: [PATCH 1/4] Update Circle.cpp --- OOP1-Lab1/Circle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OOP1-Lab1/Circle.cpp b/OOP1-Lab1/Circle.cpp index 6d3c314..404e218 100644 --- a/OOP1-Lab1/Circle.cpp +++ b/OOP1-Lab1/Circle.cpp @@ -1,6 +1,6 @@ // Rustam Zokirov // C++ program to Calculate Area and Circumference of Circle - +//this program is use to solve the Circumference of Circle #include using namespace std; @@ -24,4 +24,4 @@ int main() } system("pause"); return 0; -} \ No newline at end of file +} From 2b1987dd4dc4557e4832c1517df63408bed48a81 Mon Sep 17 00:00:00 2001 From: vivek dubey <116478376+vivekd01@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:13:39 +0530 Subject: [PATCH 2/4] Update main.cpp --- Bank management system/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Bank management system/main.cpp b/Bank management system/main.cpp index 11920f7..1086b9b 100644 --- a/Bank management system/main.cpp +++ b/Bank management system/main.cpp @@ -1,3 +1,4 @@ +//it is use to solve the bank problems. #include "Header.h" int main() From 6b219fd9a596733a1ac50e3672bf4eaf9f5236da Mon Sep 17 00:00:00 2001 From: vivek dubey <116478376+vivekd01@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:22:53 +0530 Subject: [PATCH 3/4] Update main.cpp --- Bank management system/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Bank management system/main.cpp b/Bank management system/main.cpp index 1086b9b..11920f7 100644 --- a/Bank management system/main.cpp +++ b/Bank management system/main.cpp @@ -1,4 +1,3 @@ -//it is use to solve the bank problems. #include "Header.h" int main() From 3c4acca921d55725b8ef448f383646cdc0ffabac Mon Sep 17 00:00:00 2001 From: vivek dubey <116478376+vivekd01@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:23:31 +0530 Subject: [PATCH 4/4] Update Circle.cpp --- OOP1-Lab1/Circle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/OOP1-Lab1/Circle.cpp b/OOP1-Lab1/Circle.cpp index 404e218..4bf67e0 100644 --- a/OOP1-Lab1/Circle.cpp +++ b/OOP1-Lab1/Circle.cpp @@ -1,6 +1,5 @@ // Rustam Zokirov // C++ program to Calculate Area and Circumference of Circle -//this program is use to solve the Circumference of Circle #include using namespace std;