Computer Science, asked by ujjaldzero, 1 month ago

write a program to assign the values of of a = 10 d = 3 c= 15 calculate the value of d = (a*b)/ c​

Answers

Answered by sherlyne
0

Answer:

Given integer variables a, b, c, d, and e, where a = 1 b = 2 c = 3 d = 4 where a = 1, b = 2, c = 3, d = 4, evaluate the following expressions: a + b - c + d.

Similar questions