Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 408 Weeks Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 28 Jul 2017 My Price 6.00

output if the input is Hello

1. What is wrong with the following program?

#include <iostream> //Line 1

#include <cmath> //Line 2

using std; //Line 3

int main() //Line 4

{

return 0; //Line 5

}

2. Consider the following C++ code:

string str1;

string str2;

char ch;

cin >> str1;

str2 = str1;

cin >> ch;

str2[0] = ch;

cout << str1 << " –> " << str2 << endl;

Answer the following questions.

a. What is the output if the input is Hello J?

b. What is the output if the input is Bingo R?

c. What is the output if the input is Sunny B?

Answers

(5)
Status NEW Posted 28 Jul 2017 09:07 AM My Price 6.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------acq-----------uis-----------iti-----------on -----------of -----------my -----------sol-----------uti-----------on.-----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- ca-----------tch-----------

Not Rated(0)