1. Write a C code to take an array of size 11. Now insert your 11 digits "Phone Number" in that array. E.g. int a [11]; a[0] = 0; a[1] = 3; a[2] = 3; a[3] = 3; And then print the follwing. • Count of...


Phone number is:  03027922006


by using c++


1. Write a C code to take an array of size 11. Now insert your 11 digits

Extracted text: 1. Write a C code to take an array of size 11. Now insert your 11 digits "Phone Number" in that array. E.g. int a [11]; a[0] = 0; a[1] = 3; a[2] = 3; a[3] = 3; And then print the follwing. • Count of Positive numbers. • Count of Odds numbers. • Count of Even numbers. • Count of 0's. Note:. You must show the output.

Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here