My issue
i can’t figure out how to do the problem
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone
i can’t figure out how to do the problem
Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone
@plylermax36
u can do it like this
import java.util.*;
class Codechef {
public static void main(String[] args) {
System.out.print("Hello");
System.out.println();
System.out.print("World");
}
}