介绍
在三个用户输入的数字中找到最大的数字是编程中的一个常见问题。在这个逐步的实验(Lab)中,我们将学习如何使用 C++ 解决这个问题。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
cpp(("`C++`")) -.-> cpp/ControlFlowGroup(["`Control Flow`"])
cpp(("`C++`")) -.-> cpp/FunctionsGroup(["`Functions`"])
cpp(("`C++`")) -.-> cpp/IOandFileHandlingGroup(["`I/O and File Handling`"])
cpp(("`C++`")) -.-> cpp/SyntaxandStyleGroup(["`Syntax and Style`"])
cpp/ControlFlowGroup -.-> cpp/conditions("`Conditions`")
cpp/FunctionsGroup -.-> cpp/function_parameters("`Function Parameters`")
cpp/IOandFileHandlingGroup -.-> cpp/output("`Output`")
cpp/IOandFileHandlingGroup -.-> cpp/user_input("`User Input`")
cpp/IOandFileHandlingGroup -.-> cpp/files("`Files`")
cpp/SyntaxandStyleGroup -.-> cpp/code_formatting("`Code Formatting`")
subgraph Lab Skills
cpp/conditions -.-> lab-96190{{"`找出三个数中的最大值`"}}
cpp/function_parameters -.-> lab-96190{{"`找出三个数中的最大值`"}}
cpp/output -.-> lab-96190{{"`找出三个数中的最大值`"}}
cpp/user_input -.-> lab-96190{{"`找出三个数中的最大值`"}}
cpp/files -.-> lab-96190{{"`找出三个数中的最大值`"}}
cpp/code_formatting -.-> lab-96190{{"`找出三个数中的最大值`"}}
end