diff --git a/CSE-B/gaurav joshi/1018484 b/CSE-B/gaurav joshi/1018484 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-B/gaurav joshi/1018484 @@ -0,0 +1 @@ + diff --git a/CSE-B/gaurav joshi/hello world.txt b/CSE-B/gaurav joshi/hello world.txt new file mode 100644 index 0000000..2c9bb0a --- /dev/null +++ b/CSE-B/gaurav joshi/hello world.txt @@ -0,0 +1,5 @@ +class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file diff --git a/CSE-B/gaurav joshi/printnumber.txt b/CSE-B/gaurav joshi/printnumber.txt new file mode 100644 index 0000000..af435c2 --- /dev/null +++ b/CSE-B/gaurav joshi/printnumber.txt @@ -0,0 +1,11 @@ +public class Display +{ +public static void main(String args[]) +{ + +for (int i=1; i<=10; i++) +{ +System.out.print(i+" "); +} +} +} \ No newline at end of file