From 8841222c2e26a73a81b290231f0a486f21389519 Mon Sep 17 00:00:00 2001 From: Bhaskar Tejaswi Date: Sun, 18 Oct 2015 10:23:51 +0530 Subject: [PATCH] Create Questions --- Week 1/Questions | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week 1/Questions 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.