+ 1
Can you give me some codes to rewrite and practice on please
3 ответов
+ 2
you can check SoloLearn coding challenge to solve some problems, that might be super helpful than giving already written codes
+ 1
Public class Q
{
Public static void main(String[]args)
{
System.out.println("Hello world!");
}
}
Here you go.