[SOLVED] SOLVED:CPP

28.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

write a programm that stores names in an array and continues to add names until quit is typed. the program has a menu that includes getNames to add the names,sort Names to sort the names with bubble sort,displayNames to show the current names, findName to locate a name or output an error, and romoveName to get rid of a name
Write a program that computes the average value of an array of floating-point data. In the program, use a pointer variable , and not an integer index, to traverse the array elements
Write a very simple program that uses two for loops and ONLY pointers and pointer arithmetic (NO other variables are allowed) to display a palindrome forward then backward. Declare the palindrome as follows:char str[] = “Straw Warts”;

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.