Question #282500

(2x +1) (3y+z) program to solve following equation


Expert's answer

#include <iostream>int main(int argc, char *argv[]){	int x, y,z;	std::cin >> x >>y >>z;	std::cout << (2*x+1)*(3*y+z);}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS