diff --git a/CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 b/CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-VI-B/71_1018628_Vasu_Bhatia/demo2 @@ -0,0 +1 @@ + diff --git a/CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt b/CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt new file mode 100644 index 0000000..c9bf10e --- /dev/null +++ b/CSE-VI-B/71_1018628_Vasu_Bhatia/hello.txt @@ -0,0 +1,7 @@ +class hello +{ +public static void main(String[] args) +{ +System.out.println("hello world"); +} +} \ No newline at end of file diff --git a/CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt b/CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt new file mode 100644 index 0000000..7fb5a1f --- /dev/null +++ b/CSE-VI-B/71_1018628_Vasu_Bhatia/print.txt @@ -0,0 +1,11 @@ +class solution2 +{ +public static void main(String[] args) +{ +int n=10,i; +for(i=0;i