9. What is the result of the following c++ program if user enter 45 in the running stage? #include void main() { int a; cin>>a; if(a>=50) cout


choose the correct answers for all


C++


9. What is the result of the following c++ program if user enter 45 in the<br>running stage?<br>#include<iostream.h><br>void main()<br>{<br>int a;<br>cin>>a;<br>if(a>=50)<br>cout<<

Extracted text: 9. What is the result of the following c++ program if user enter 45 in the running stage? #include void main() { int a; cin>>a; if(a>=50) cout<"pass"; else=""><"fail";} a)="" pass="" b)="" fail="" c)="" compilation="" error="" d)="" 95="" e)="" none="" of="" the="" mentioned="" 10.="" what="" is="" the="" number="" of="" operators="" that="" are="" used="" to="" build="" the="" condition="" of="" the="" number="" if="" it's="" even="" or="" odd?="" a)="" one="" operator="" b)="" two="" operators="" c)="" four="" operators="" d)="" no="" operator="" e)="" none="" of="" the="">

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here