1. Laboratory work task
Create an algorithm that calculates values z1 and z2 by formulas given in individual task.
2. Individual task
1. In Visual Studio environment create a console program in C/C++ based on created algorithm that calculates z1 and z2 by formulas. Output calculation results to a screen.
Pic.1 Task’s formulas
2. Prepare 5 test cases with input and output data. Use negative, positive values and 0 as input data.
3. Test your program by using prepared test cases.
4. Prepare a report.
…