Entries by Hannah Wangui

Question Question program that asks the user to enter a name, a phrase, and a name, echo each to the screen, and then print out each item, all on one line, separated by “*” in C++, a phrase, and a name, echo each to the screen, and then print out each item, all on one line, separated by “*” in C++

Question program that asks the user to enter a name, a phrase, and a name, echo each to the screen, and then print out each item, all on one line, separated by “*” in C++   Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code “Newclient”

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Question #include #include<Question #include #include using namespace std; int main() { int number; cout <> number; cout<< number <<endl; if (number<50) cout << "You entered " <<number<< ", which is NOT greater than 50. "; else cout << "You entered " <<number<<", which is greater than 50. "; return 0; } hears my program can not figure out how to fix this error Launch Terminal + bash • Test 2 passed ================================================== ================================================== Running Test 3 Test 3 passed ================================================== ================================================== Running Test 4 ==================== YOUR OUTPUT ===================== 0001: Please~enter~an~integer:~50 0002: You~entered~50,~which~is~greater~than~50. =================== MISMATCH FOUND ON LINE 0002: =================== ACTUAL : You~entered~50,~which~is~greater~than~50. EXPECTED: You~entered~50,~which~is~NOT~greater~than~50. ====================================================== Adjust your program and re-run to test. Test 4 failed ; int main() { int number; cout <> number; cout<< number <<endl; if (number<50) cout << "You entered " <<number<< ", which is NOT greater than 50. "; else cout << "You entered " <<number<<", which is greater than 50. "; return 0; } hears my program can not figure out how to fix this error Launch Terminal + bash • Test 2 passed ================================================== ================================================== Running Test 3 Test 3 passed ================================================== ================================================== Running Test 4 ==================== YOUR OUTPUT ===================== 0001: Please~enter~an~integer:~50 0002: You~entered~50,~which~is~greater~than~50. =================== MISMATCH FOUND ON LINE 0002: =================== ACTUAL : You~entered~50,~which~is~greater~than~50. EXPECTED: You~entered~50,~which~is~NOT~greater~than~50. ====================================================== Adjust your program and re-run to test. Test 4 failed

Question #include <iostream>#include<string>using namespace std;int main() {   int number;   cout <<“Please enter an integer: “;   cin >> number;   cout<< number <<endl;   if (number<50)    cout << “You entered ” <<number<< “, which is NOT greater than 50. “;   else     cout << “You entered  ” <<number<<“, which is greater than 50. “;   return 0; } hears my program can not figure […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Question Question Please help fix this is my program and the errors I got #include using namespace std; int main () { int x cout <> x; cout <99.8) cout << "seems to have fever." <<endl; else cout << "dose not have a fever."<> x; ^ module_4_new_prob02_starter.cpp:16:1: error: expected ‘;’ before ‘}’ token } ^ ================================================== Running Test 1 ../resource/scripts/run.sh: line 5: ./a.out: No such file or directory ==================== YOUR OUTPUT ===================== 0001: [NONE] =================== MISMATCH FOUND ON LINE 0001: =================== ACTUAL : [NONE] EXPECTED: Please~enter~the~patient’s~temperature:~100 ====================================================== Adjust your program and re-run to test. I got #include using namespace std; int main () { int x cout <> x; cout <99.8) cout << "seems to have fever." <<endl; else cout << "dose not have a fever."<> x; ^ module_4_new_prob02_starter.cpp:16:1: error: expected ‘;’ before ‘}’ token } ^ ================================================== Running Test 1 ../resource/scripts/run.sh: line 5: ./a.out: No such file or directory ==================== YOUR OUTPUT ===================== 0001: [NONE] =================== MISMATCH FOUND ON LINE 0001: =================== ACTUAL : [NONE] EXPECTED: Please~enter~the~patient’s~temperature:~100 ====================================================== Adjust your program and re-run to test.

Question Please help fix this is my program and the errors I got #include <iostream> using namespace std; int main () {   int x    cout <<“Please enter patint’s temperature.”;   cin >> x;   cout << “The patient “;   if(x >99.8)     cout << “seems to have fever.” <<endl;   else      cout << “dose not have a fever.”<< endl; […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

I do not know where to start

I do not know where to start   Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code “Newclient”

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"