how to print 1 line, not 60 lines when print to file
in
Programming Questions
•
4 months ago
Hello
- int s = second();
- for (int i = 0; i < 1; i = i+1) {
- if(s == 0)output.println(da + "/" + mo + "/" + yr +","+ hour +":"+ min +":"+ sec + ","+ temp121 + ","+ temp122+ ","+ temp123);
- }
1