(2x +1) (3y+z) program to solve following equation
#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?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment