A simple computer flow chart in C language
2024-11-12 11:03:03 0 Report
Login to view full content
Other creations by the author
Outline/Content
result=num1+num2
User input prompt
Yes
result=num1*num2
+
Judgment operator
result=num1-num2
Enter T or t
Enter the first number num1
Input operator
No
if num2 is not equal to 0
-
Start
Enter the second numbernum2
/
Determine whether to perform the operation
End
Invalid operator
*
result=num1/num2
Collect
Collect
Collect
Collect
0 Comments
Next page
Recommended for you
More