Answer to Question #325101 in C++ for AbRSh

Question #325101

a=12x

1
Expert's answer
2022-04-07T04:04:47-0400
#include<iostream> 
using namespace std; 

int main()
{
	double a;
	double x;

	cout << "x: ";
	cin >> x;

	a = 12 * x;

	cout << "a: " << a;

	return 0;
}

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