There was a question about the implementation of data entry in a separately written function on the flowchart. Can you tell me how to do this ??? Thank you in advance.
- You must enter a pair of numbers in the function and get the result at the output. Entering numbers (in the form of arguments) is made in the main block of the program. How to implement this in the flowchart do not know yet @AK - user309403
- The data entry on the block diagrams is depicted by a parallelogram, it is written about this on each fence. tynts1 and tynts2 . Draw a parallelogram, write "enter x, y" in it. About this question? Or do you need a separate block diagram for a separate function and you need to specify that the function has two input parameters? - AK ♦
- Yes, I need a separate block diagram for a separate function, indicating that the function has two input parameters. I understand that this is not implemented by simple data entry @AK - user309403
- oneIn the block diagrams there are subroutines (a rectangle with two parallel vertical straight lines in the middle) and this is necessary. - Vitaliy Shebanits September
|