3 solutions available
Question 1Design a program to accept a day number (between 1 and 366), year (in 4 digits) from the user to generate and display the corresponding...
Question 2Write a program to declare a single-dimensional array a[] and a square matrix b[][] of size N, where N > 2 and N < 10. Allow the user...
Question 3Write a program to accept a sentence which may be terminated by either ‘.’, ‘?’ or ‘!’ only. The words are to be separated by a single...