Skip to content

Boardor

  • Home
  • About
  • Contact

branching structures

C++ Basic Syntax Practice – Branching Structures (Part 2)

2026-01-29 by boardor
C++ Basic Syntax Practice - Branching Structures (Part 2)

P5714 【Deep Foundation 3. Example 7】 Obesity Problem #include <iostream> using namespace std; int main() { float m, h, bmi; cin >> m >> h; bmi = m / (h * h); if (bmi < 18.5) { cout << "Underweight"; } else if (bmi < 24) { cout << "Normal"; } else { cout << … Read more

Categories Embedded Software & Tools Tags branching structures, C/C++, programming practice Leave a comment

#IndustrialAutomation #RoboticsTechnology .NET IoT 3D Printing 3D resistance training 51 Microcontroller ABB PLC AI Accelerator AI Programming Alarm Clock AlmaLinux Alpine Linux Anti-Debugging Application Programming Arduino Async Programming automotive embedded systems Automotive Semiconductors Biopython Bluetooth C/C++ C language Embedded Development Embedded Systems Machine Learning MATLAB open source STM32 __main__

Recent Posts

  • Deploying Tempo on Linux
    Deploying Tempo on Linux
  • Screenshot Methods in Linux Systems
    Screenshot Methods in Linux Systems
  • Linux System Framework (Part 1) Kernel Subsystems and Business Components
    Linux System Framework (Part 1) Kernel Subsystems and Business Components
  • Screenshot Tool in Linux - Flameshot
    Screenshot Tool in Linux – Flameshot
  • Exploring Multi-Version Iptables Bypass in the Linux Kernel (Part Two)
    Exploring Multi-Version Iptables Bypass in the Linux Kernel (Part Two)

Yuanchengdao

Hirelala