How do I make a trace table to find (print) the smallest value of three given integers?

ⅰ亾dé卋堺 提交于 2019-12-25 01:52:04

问题


I'm trying to print the smallest of three given (e.g. 4,6,2) values by making a trace table and a corresponding flowchart, but I have no idea where to begin. The trace table has five columns: 'statement,' 'a', 'b,' 'c,' and 'smallest.'

Where do I begin? Also, would it change if two of the values are the same (e.g. 4,6,4), or if one of them is negative (4,6,-4)?

来源:https://stackoverflow.com/questions/55368853/how-do-i-make-a-trace-table-to-find-print-the-smallest-value-of-three-given-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!