Question: int main ( ) string tcDiagnosis = none, ldlDiagnosis = none, hdlDiagnosis = none, triDiagnosis = none;; string BFIDiagnosis = none; string TCpoints = none,

int main ()
string tcDiagnosis="none", ldlDiagnosis ="none", hdlDiagnosis = "none", triDiagnosis="none;";
string BFIDiagnosis = "none";
string TCpoints = "none", HDLpoints = "none", LDLpoints = "none", TRIpoints = "none";
string diagnosebP = "none", BPfactor = "none";
int tc =-10, hdl =-10,ldl=-10, tri =-10;
//priming read
InFile >> firstName >> LastName >> tc >> hdl >> BloodPressurecode >> roomnumber >> Wing >> ldl >> tri;
// While (Infile);
{
// Process the record
// calculate Riskpoint for each blood test
// tcRisk= CalcTCRisk(tc);
diagnoseTC(//TC,// diagnoseTC//TCpoints);
diagnosishdl(//HDL,// hdlDiagnosis//HDLpoints);
diagnoseLDL(//LDL,//1d1Diagnosis//LDLpoints);
diagnoseTRI(//TRI,// triDiagnosis//TRIpoints);
diagnosebP(//BP,//BPfactor);
Type 'string' (aka 'basic_string(7.0BFI)Low;(11.7BFI)
how to declare variables and Variable Initialization and
what are they?
int main ( ) string tcDiagnosis = "none",

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 Programming Questions!