Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Parallelogram | Conditional Control Flow Practice
course content

Course Content

C++ Conditional Statements

ParallelogramParallelogram

Task

You have four integer values a, b, c and d, which represent the lengths of lines.

  • Determine if it is possible to create a parallelogram using these lines.
  • Output in the console:
    • YES, if it is possible;
    • NO, if it is not possible.

Everything was clear?

Section 2. Chapter 1
toggle bottom row
course content

Course Content

C++ Conditional Statements

ParallelogramParallelogram

Task

You have four integer values a, b, c and d, which represent the lengths of lines.

  • Determine if it is possible to create a parallelogram using these lines.
  • Output in the console:
    • YES, if it is possible;
    • NO, if it is not possible.

Everything was clear?

Section 2. Chapter 1
toggle bottom row
some-alt