Instructions
Please read the following instructions carefully before submitting
assignment:
It should be clear that your assignment
will not get any credit if:
o
Assignment is submitted after due date.
o
Submitted assignment does not open or file is corrupt.
o
Assignment is copied (From internet/students).
Software allowed to develop Assignment
-
Dev C++
Objectives:
To enable students to write, compile
and execute a program in DevC++. Moreover to familiarize students with the concepts of:
Assignment Submission Instructions
You have to submit only.cpp file on the Assignments interface of CS201
at VULMS. Assignment
submitted in any other format will not be accepted and will be graded zero
marks.
|
|
Assignment
|
|
Write
a program that will generate random numbers and that numbers will be stored
in a two-dimensional array. Then display the generated values on the screen
and then also print the even numbers from the generated array elements.
Task 1:
First of all, you are
required to generate random numbers from 1 to 500. For this, you are required
to create a function named as “generateArray. The generateArray will load
two- dimensional array with random numbers from 1to 500. The size of the
two-dimensional array will be 7*7.
Task 2:
Defined a function named as
“showArray(), which will display the elements of the two-
dimensional array on the screen. See the sample output.
Task 3:
The final task is to find the even numbers in this array and display it on
the console. For this purpose create a function findEvenNumber().
Sample output:
![]() |
|
Deadline:
The deadline
to submit your assignment solution is 23/11/2017. Your assignment must be submitted within the due date
through VULMS. No assignment will be accepted through email after the due
date.
|

Post a Comment