This content originally appeared on DEV Community and was authored by Keshav Kumar
There are basically 4 print statements in java,since the most used ones are
System.out.println();
System.out.print();
but there are 2 more statements, those are
System.out.printf();
System.out.format();
by using these 2 you will be able to write print statement with syntax same as C language.
This content originally appeared on DEV Community and was authored by Keshav Kumar
Keshav Kumar | Sciencx (2021-05-16T04:12:47+00:00) How to write print statement syntax in Java same as C language?. Retrieved from https://www.scien.cx/2021/05/16/how-to-write-print-statement-syntax-in-java-same-as-c-language/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.