Contact Us

Comments

Popular posts from this blog

Write a C++ program to implement a suitable data structures (using array) of marble plates

Latest Freedom of Expression issues in Pakistan. Mention at least 3 cases.

Write a program that will take 10 integer values from the user. a. If the entered value is Even then enqueue it into a queue at even index and if the entered value is Odd then enqueue it into a queue at odd index. (Note: Even index will start from 0 & odd will start from 1 ). b. Dequeue the values and display the sum of the even values and the sum of the odd values.