write a c++ program to enter n elements in the array and display only those elements which do not end with 4
Answers
Answered by
0
Answer:
Explanation:In this tutorial, we will learn to work with arrays. We will learn to declare, initialize, and access array elements in C++ programming with the help of examples.
In C++, an array is a variable that can store multiple values of the same type. For example,
Suppose a class has 27 students, and we need to store the grades of all of them. Instead of creating 27 separate variables, we can simply create an array:
Similar questions
Math,
9 days ago
Math,
9 days ago
Physics,
9 days ago
Social Sciences,
19 days ago
CBSE BOARD X,
19 days ago