• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

Assume a string object has been defined as follows:


string description;


A)Write a cin statement that reads in a one word description.


B)Write a statement that reas in a description that can contain multiple words seperated by blanks .

. A) cin >> description;


B) getline(cin, description);

Write a definition statement for a c++ string object that can hold a string 30 characters in length.

string city;

asdg

sdfg