1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
aleksklad [387]
2 years ago
12

(9.10 Code Practice: Question 1)

Computers and Technology
1 answer:
V125BC [204]2 years ago
5 0

Answer:

#include <iostream>  

#include <string>

using namespace std;  

int main() {

 string wOne, wTwo, temp;

 cout << "Enter a word:";

 cin >> wOne;

 cout << "Enter a word:";

 cin >> wTwo;

 

 temp = wOne;

 wOne = wTwo;

 wTwo = temp;

 cout << wOne << endl;

 cout << wTwo << endl;

 

}

You might be interested in
In the MARS Marketing Management Simulation, the results of your marketing mix decisions:
azamat
C- are only occasionally affected by the decisions made by other teams
explanation
idk
3 0
3 years ago
The ________________ Act requires Internet sales to be treated in the same way as mail-order sales (e.g., collect sales tax from
BARSIC [14]

Answer:

Internet Tax Freedom Act

Explanation:

The Internet Tax Freedom Act was signed into law in 1998 by President Bill Clinton and has since been reviewed until the Permanent Internet Tax Freedom Act was passed into law on the 9th of June, 2015 by President Barrack Obama.

The Act requires that internet sales are equally treated as mail-order sales.

5 0
3 years ago
________ is/are any of several classes of software that allow an application to interoperate with other software without requiri
Ganezh [65]

Answer:

Middleware is/are any of several classes of software that allow an application to interoperate with other software without requiring the user to understand all software involved

What is Middleware?

is computer software that connects software components or applications.

5 0
2 years ago
Are high tech messages are always preferable to low tech messages
Pie
Yes very much so . The correct way to shut off the computer is to a. click stop. b. push the power button on the system unit. c. click start, then run, and then type shut down. d. click start and then shut down.
7 0
3 years ago
What is the difference between science and technology how are they related
Nina [5.8K]
The Malawian in science are connected because of the echo system it's crossed the wrong way and they connect to each other
5 0
3 years ago
Other questions:
  • Driving is expensive. Write a program with a car's miles/gallon and gas dollars/gallon (both doubles) as input, and output the g
    7·2 answers
  • Which line of code will print I can code on the screen?
    13·1 answer
  • If none of the contacts of a manual switch change status when the operator is activated, what is the most probable cause?
    9·1 answer
  • What is the difference between amplifier and the repeater?
    11·1 answer
  • 1. In your own words, describe the purpose of a for a loop.
    11·1 answer
  • What is a spacecraft virus?
    14·2 answers
  • Given a string variable s that has already been declared, write some code that repeatedly reads a value from standard input into
    12·1 answer
  • Internal memory is synonymous with which memory
    8·2 answers
  • What is pollution?
    14·2 answers
  • How to give a file name as an argument in function in python.
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!