need your urgent help c++ arrays

This question is mainly based on Block II – Unit 1 and it tests your ability to work with arrays.
Consider a 5-by-5 array of characters. Write a C++ program to accomplish each of the following
operations:
a. Declare the above array. [2 marks]
b. Read the array. [6 marks]
c. Find and print the number of vowels (a,e,o) in the off diagonal of the array. [17 marks]
d. Replace each non-space character in the array by its next character value in the alphabetic
order (Example: letter b will be replaced by c, letter M will be replaced by N, and so on). [10
marks]

please ans above mentioned question and explain please ..
We're sorry. But we can't do your homework. Please show us your first try and we're then glad to help.

What do you in C++? do you have a compiler and IDE?

If you don't have a compiler, get Microsoft Visual C++ 2010 Express. It's free and easy to use.

If you're in Linux, use g++, and read about it.

Then start by reading about arrays. This website has a great tutorial:

http://www.cplusplus.com/doc/tutorial/arrays/

Good luck :)
Last edited on
Hi enigmaticady,
I suppose you're not joking, If i's so urgent as you described in your title then I'll do your homewor :)

What are your $$$$ ofers?

I prefer €€-os btw :D
a lot of €€€€ LOL
@codekiddy: LOL!!!!!!
Topic archived. No new replies allowed.