Answer to Question #238077 in C++ for pravinen

Question #238077
  1. s = 6a/mn - (24j + 32)9m+1
1
Expert's answer
2021-09-16T23:44:06-0400
#include <iostream>


using namespace std;


int main() {
	std::cout << "Enter the variables" << std::endl;
	float a, m, n, j, s;
	cout << "a= , m= , n= , j=" << endl;
	cin >> a >> m >> n >> j;
	cout << "s= " << (6 * a / m * n - pow((24 * j + 32), (9 * m + 1)));
  
}

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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS