how can i explain println in flowchart
Answers
Answered by
1
Answer:
Println:
This key word is stand for printline and used in Java code. This statement is use for print or passed the argument on screen.
Further explanation:
When you draw a flowchart, you should use rectangle symbol (Process symbol) where argument passed in your code. Its purpose is similar with cout or printf statement in C or C++ language. Basically, Println is a method of java printstream that overloaded to print message to output destination.
Similar questions