Computer Science, asked by pavan200025, 18 days ago

What is the output of this program?
#include <iostream>
using namespace std;
int main()
{
int a = 100;
double b = 3.14;
cout <<a;
cout << endl;
cout << b << endl << a*b;
endl (cout);
return 0;
}​

Answers

Answered by kingjolly487
1

Answer:

HII FRIENDS

GOOD MORNING

HOW ARE U ALL

HAVE A GREAT DAY

Answered by sehgals070
0

Answer:

100

3.14

a*b. i. e. 314 answer

Similar questions