Task 01
Task 01
#include <iostream>
int main()
int length;
cout << "the cube volume =" << length * length* length<<"\n";
meter = Kg * 1000;
int x, y;
cin >> x;
cin >> y;
cout << "the third angle =" << 180-(x + y) << "\n";
cout << "the perimeter of the shape=" << regular_shape_size * num_of_side << "\n";
int num;
cout << "the number squared=" << num * num << "\n";
cout << "the number cubed=" << num * num * num << "\n";
char ope;
if (ope == '+') {
else
Q2
B-J
cout << num1 << ope << num2 << "=" << num1 - num2<<"\n";
Q2-
A-Error (can’t but function in data name)
B-J