Question: Please help fix this is my program and the errors I got #include using namespace std; int main () { int x cout cin >>

Please help fix this is my program and the errors I got

#include

using namespace std;

int main () {

int x

cout

cin >> x;

cout

if(x >99.8)

cout

else

cout

return 0

}

module_4_new_prob02_starter.cpp:7:12:error:'x'wasnotdeclaredinthisscope

cin>>x;

^

module_4_new_prob02_starter.cpp:16:1:error:expected';'before'}'token

}

^

==================================================

RunningTest1

../resource/scripts/run.sh:line5:./a.out:Nosuchfileordirectory

====================YOUROUTPUT=====================

0001:[NONE]

===================MISMATCHFOUNDONLINE0001:===================

ACTUAL:[NONE]

EXPECTED:Please~enter~the~patient's~temperature:~100

======================================================

Adjustyourprogramandre-runtotest.

Test1failed

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!