subject

Write a C++ program that will perform the following sequence of the operations :
A. Build 2 arrays ( Array_1 and Array_2 ). Array_1 consist of
10 random characters that are between a - p inclusive .
Array_2 consist of 10 random characters that are between L
- T inclusive. Display Array_1 followed Array_2 in 2 separate
lines.
B. Create new list ( Array_3 ) that contain all elements of
Array_1 and elements of Array_2. Display Array_3.
Array_3 is created according to the following rules :
Element 1 from Array_1 followed by element 1 from Array_2
followed by element 2 from Array_1 followed by element 2 from
Array_2 ā€¦.etc.
C. Create a new array ( Array_4 ) by converting all lower-case
characters to upper case characters. Display Array_4.
D. Display the first character in Array_4 and then calculate and
display the number of occurrences of the first character in
Array_4.
E. Create a new array ( Array_5 ) by removing all duplicate
characters that are in Array_4 . Display number of characters
in Array_5 and then Display Array_5.
F. Sort the characters in Arrays_5 in descending order from
highest to lowest. Display Array_5.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
Write a function so that the main program below can be replaced by the simpler code that calls function original main program: miles_per_hour = float( minutes_traveled = float( hours_traveled = minutes_traveled / 60.0 miles_traveled = hours_traveled * miles_per_hour print('miles: %f' % miles_traveled) sample output with inputs: 70.0 100.0 miles: 116.666667
Answers: 3
question
Computers and Technology, 22.06.2019 12:40
How do i get the most points, without any effort?
Answers: 2
question
Computers and Technology, 23.06.2019 15:00
Barbara is interested in pursuing a career in the science and math pathway. which qualifications will her reach that goal? a.an advanced knowledge of physics and math b.an advanced knowledge of engineering and math c. an advanced knowledge of physics and robotics an d. advanced knowledge of machinery and math
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
What is the local portion of the e-mail address below? [email protected] a.) @ b.) biz c.) gumchewer d.) twrigley
Answers: 1
You know the right answer?
Write a C++ program that will perform the following sequence of the operations :
A. Build 2...
Questions
question
Chemistry, 20.08.2019 20:00
question
Mathematics, 20.08.2019 20:00