June 2024
Beginner
938 pages
15h 59m
English
A flowchart uses the oblique parallelogram and the reserved word “Write” to display a message or the final results to the user's screen.
.
where arg1, arg2, and arg3 can be variables, expressions, constant values, or alphanumeric values enclosed in double quotes.
The oblique parallelogram that you have just seen is equivalent to the following flowchart fragment.
.
In PHP, you can achieve the same result by using the echo statement. Its general form is
Read now
Unlock full access