Enter two integers A and B, and calculate the addition, subtraction, multiplication and division of the two integers (to be written in code).
Integer data is represented by int. Scanf function entered. Scanf ("%d% d ",&; One, & ampb) means to enter two integers. Integer is represented by% d, a+b, a-b, a*b, a/B. Add, subtract, multiply and divide by seconds.