0
Can I put closing barace in my program like this }}} at the end Please tell it is necessary or not to change line for brac
class Program { public static void main(String[] args) { for(int i=1;i<=10;i++){ System.out.println("Java"); } } }
3 ответов
+ 1
Can you tell us more firmly your question?
0
What prevents you from trying it yourself, but what if it works out? 🤔
0
Yes it is optional. If you like you can put..
It does not change your code