はじめに
この実験では、3つの数値の中で最大値を見つけるためのC++プログラムを作成します。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
cpp(("C++")) -.-> cpp/BasicsGroup(["Basics"])
cpp(("C++")) -.-> cpp/ControlFlowGroup(["Control Flow"])
cpp(("C++")) -.-> cpp/IOandFileHandlingGroup(["I/O and File Handling"])
cpp(("C++")) -.-> cpp/SyntaxandStyleGroup(["Syntax and Style"])
cpp/BasicsGroup -.-> cpp/variables("Variables")
cpp/BasicsGroup -.-> cpp/data_types("Data Types")
cpp/ControlFlowGroup -.-> cpp/conditions("Conditions")
cpp/ControlFlowGroup -.-> cpp/if_else("If...Else")
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/variables -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
cpp/data_types -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
cpp/conditions -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
cpp/if_else -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
cpp/output -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
cpp/user_input -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
cpp/files -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
cpp/code_formatting -.-> lab-96240{{"3 つの数の中で最大の数を見つける C++ プログラム"}}
end