We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 0: Hello, World.
Day 0: Hello, World.
Sort by
recency
|
2127 Discussions
|
Please Login in order to post a comment
include print (hello world); return 0;
import java.io.; import java.util.; import java.text.; import java.math.; import java.util.regex.*; public class Solution { public static void main(String[] args) { // Create a Scanner object to read input from stdin. Scanner scan = new Scanner(System.in);
}
inputString = input() # get a line of input from stdin and save it to our variable
Your first line of output goes here
print('Hello, World.')
Write the second line of output
print("Welcome to 30 Days of Code!")
print('hell'
import java.util.*; public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String input = sc.nextLine(); System.out.println("Hello, World."); System.out.println(input); } }