Write a program that takes 3 integer numbers a, b and c, calculates a times b and then subtracts c from the product. The program should print the result.
There's no need to create the variables, just use them in the code below.
Write a program that takes 3 integer numbers a, b and c, calculates a times b and then subtracts c from the product. The program should print the result.
Sample Input 1:
8
11
63Sample Output 1:
25Create a free account to access the full topic