83.5k views
5 votes
Make a flowchart for the program(Pascal).Program:program product; var a, b, p : real; begin write('Enter a number: '); readln(a); write('Enter another number:'); readln(b); p := a * b; writeln('The product of the two numbers is: ', p); end.

User MarkHim
by
8.1k points

1 Answer

1 vote

Answer:

pascaline made pascle

Step-by-step explanation:

i cant show diagram here