diff --git a/Week 1/Questions b/Week 1/Questions
new file mode 100644
index 0000000..e7cf9ed
--- /dev/null
+++ b/Week 1/Questions
@@ -0,0 +1,4 @@
+
+1)Write a Java programme which prints "Hello Java" on the output, which takes two integers, adds them and stores them into a variable sum. Make a square of the sum and print it.
+
+2)Write a Java programme which reads two integers, two float values and two string data ("123", "999") from the terminal and then passes these values through an add() operation one by one.
Display the final result.