How to write print statement syntax in Java same as C language?

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 pri…


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » How to write print statement syntax in Java same as C language?." Keshav Kumar | Sciencx - Sunday May 16, 2021, https://www.scien.cx/2021/05/16/how-to-write-print-statement-syntax-in-java-same-as-c-language/
HARVARD
Keshav Kumar | Sciencx Sunday May 16, 2021 » How to write print statement syntax in Java same as C language?., viewed ,<https://www.scien.cx/2021/05/16/how-to-write-print-statement-syntax-in-java-same-as-c-language/>
VANCOUVER
Keshav Kumar | Sciencx - » How to write print statement syntax in Java same as C language?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/05/16/how-to-write-print-statement-syntax-in-java-same-as-c-language/
CHICAGO
" » How to write print statement syntax in Java same as C language?." Keshav Kumar | Sciencx - Accessed . https://www.scien.cx/2021/05/16/how-to-write-print-statement-syntax-in-java-same-as-c-language/
IEEE
" » How to write print statement syntax in Java same as C language?." Keshav Kumar | Sciencx [Online]. Available: https://www.scien.cx/2021/05/16/how-to-write-print-statement-syntax-in-java-same-as-c-language/. [Accessed: ]
rf:citation
» How to write print statement syntax in Java same as C language? | Keshav Kumar | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.