diff --git a/CSE-A/Megha_1018524/q1/Demo.java b/CSE-A/Megha_1018524/q1/Demo.java new file mode 100644 index 0000000..3a6626d --- /dev/null +++ b/CSE-A/Megha_1018524/q1/Demo.java @@ -0,0 +1,5 @@ +public class Demo { +public static void main(String args[]){ + System.out.println("hello world"); +} +} \ No newline at end of file diff --git a/CSE-A/Megha_1018524/q1/demo b/CSE-A/Megha_1018524/q1/demo new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-A/Megha_1018524/q1/demo @@ -0,0 +1 @@ + diff --git a/CSE-A/Megha_1018524/q2/Demo2.txt b/CSE-A/Megha_1018524/q2/Demo2.txt new file mode 100644 index 0000000..1d3b1ce --- /dev/null +++ b/CSE-A/Megha_1018524/q2/Demo2.txt @@ -0,0 +1,11 @@ +public class Demo2 +{ + public static void main(String[] args) +{ + int i=0; + for(i=1;i<=10;i++) + { + System.out.println(i); + } +} +} \ No newline at end of file diff --git a/CSE-A/Megha_1018524/q2/demo b/CSE-A/Megha_1018524/q2/demo new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-A/Megha_1018524/q2/demo @@ -0,0 +1 @@ +