subject

How do I solve this? // LargeSmall. cpp - This program calculates the largest and smallest of three integer values.

#include
using namespace std;
int main()
{
// This is the work done in the housekeeping() function
// Declare and initialize variables here
int largest; // Largest of the three values
int smallest; // Smallest of the three values

// Prompt the user to enter 3 integer values

// Write assignment, add conditional statements here as appropriate

// This is the work done in the endOfJob() function
// Output largest and smallest number.
cout << "The largest value is " << largest << endl;
cout << "The smallest value is " << smallest << endl;
return 0;
}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 09:00
Meenu wants to create a high quality drawing in a variety of colours. which device should she use for the same?
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
Who needs to approve a change before it is initiated? (select two.) -change board -client or end user -ceo -personnel manager -project manager
Answers: 1
question
Computers and Technology, 23.06.2019 12:50
Which syntax error in programming is unlikely to be highlighted by a compiler or an interpreter? a variable name misspelling a missing space a comma in place of a period a missing closing quotation mark
Answers: 1
question
Computers and Technology, 24.06.2019 03:30
What is the purpose of a computer network needs assessment? to analyze which workers need more training to improve their performance to compare worker productivity to determine what steps employees can take to increase company revenue to evaluate how to move from the current status to the desired goal
Answers: 2
You know the right answer?
How do I solve this? // LargeSmall. cpp - This program calculates the largest and smallest of three...
Questions
question
Chemistry, 21.04.2021 16:50
question
Mathematics, 21.04.2021 16:50
question
Mathematics, 21.04.2021 16:50
question
Mathematics, 21.04.2021 16:50
question
Mathematics, 21.04.2021 16:50
question
Mathematics, 21.04.2021 16:50
Questions on the website: 13722360