write a program that dynamicall an array large enough to hold a userdefined number test score.

Recommended Answers

All 2 Replies

i need to know how to go about this program.

We need to see you do some work first. Or ask specific question on some topic or technique. We don't do your homework for you.

OK, here's a start for you.

Ask the user for number of scores.

Declare a pointer to the type of data you're using. Allocate an array of that type with the pointer, using the entered size.

Fill data.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.