diff --git a/CSE-C/sarthakMadhwal-1018579/demo b/CSE-C/sarthakMadhwal-1018579/demo new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-C/sarthakMadhwal-1018579/demo @@ -0,0 +1 @@ + diff --git a/CSE-C/sarthakMadhwal-1018579/p1.java b/CSE-C/sarthakMadhwal-1018579/p1.java new file mode 100644 index 0000000..ca5055f --- /dev/null +++ b/CSE-C/sarthakMadhwal-1018579/p1.java @@ -0,0 +1,5 @@ +public class HelloWord { +public static void main(String[] args) { + System.out.println("Hello Word"); +} +} \ No newline at end of file diff --git a/CSE-C/sarthakMadhwal-1018579/p2.java b/CSE-C/sarthakMadhwal-1018579/p2.java new file mode 100644 index 0000000..c4c4bed --- /dev/null +++ b/CSE-C/sarthakMadhwal-1018579/p2.java @@ -0,0 +1,10 @@ + + +public class Printn { +public static void main(String[] args) { + int i,n=10; + for(i=1;i<=n;++i) { + System.out.println(i); + } +} +} \ No newline at end of file