pseudocode in java programming language

in #programing3 years ago (edited)

what is pseudocode?

👉pseudocode is an intermediate language between human language and programming language.
👉inside pseudocode create problem solving logic.
👉pseudocode must contain short, concise and clear language.

-Flowchart = symbol
-Pseudocode = language

"EXAMPLES OF FLOWCHART AND PSEUDOCODE"

make a flowchart to convert the temperature from Celsius to Fahrenheit with the formula
F = C * 1.8 + 32
image.png