C++ 4

kyls61491

a.       Exercise 1 (page 896) shows:

Redo Programming Exercise 5 of Chapter 8 using dynamic arrays.

 

Exercise 5 of Chapter 8 shows:

Write a program that prompts the user to input a string and outputs the string in uppercase letters. (Use a character array to store the string.)

·          

·         You will define a dynamic char array.  You will then ask the user to enter the number of characters in their string.  You will use this value to dynamically create the array.  Output the string in uppercase letters.  Name this Program Chapter12_Ex1.cpp

·          

b.      Complete Exercise 5 on page 897-899.

 

 

Attached is the pics

  • 11 years ago
  • 5
Answer(0)
Bids(0)