From 03c8e8dce1e055e708007c25fa0da5a55ad276c3 Mon Sep 17 00:00:00 2001 From: hacreating <68935517+hacreating@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:36:26 +0530 Subject: [PATCH 1/2] Readme.md Myfirst.java is all about declaration, initialization and get the sum as an output of two variables x and y. Calculator having all the basic mathematical operations like (+ , - ,/ ,* ,%) etc Test2.java is all about (if- elseif- else) condition by using comparison and matching operators. --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..856914e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Personal +Python From 92c8fa14eab9bf72333d1c38f690e04b4964ce6c Mon Sep 17 00:00:00 2001 From: hacreating <68935517+hacreating@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:39:22 +0530 Subject: [PATCH 2/2] Update README.md Application and description about projects. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 856914e..fb26157 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Personal -Python +Myfirst.java is all about declaration, initialization and get the sum as an output of two variables x and y. +Calculator having all the basic mathematical operations like (+ , - ,/ ,* ,%) etc . +Test2.java is all about (if- elseif- else) condition by using comparison and matching operators.