# Introduction In this lab, you will learn how to perform basic arithmetic operations, such as multiplication and division, using C programming. The lab covers the following steps: Firstly, you will learn how to declare variables and input values from the user. You will create a simple program that allows users to enter two numbers, which will then be used for the multiplication and division operations. Next, you will extend the program to perform the actual multiplication and division calculations using the input values. The program will display the results of these operations, and also handle the case of division by zero gracefully.
Click the virtual machine below to start practicing