# Introduction In this lab, we will learn how to perform basic operations using class and its members in the C++ programming language. We will create a class 'operations' containing member variables and functions to implement basic operations such as addition, subtraction, multiplication, and division on two user-input numbers.
Click the virtual machine below to start practicing