Question #23008

Write a program that prompts the user for 2 floating point numbers?

Expert's answer

#include <iostream>
using namespace std;

float a, b ;

int main(int argc, char* argv[])
{
cout << "enter 2 floating point numbers: " << endl;
cin >> a >> b ;
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!

LATEST TUTORIALS
APPROVED BY CLIENTS