Question4: Write a program to take input an integer n followed by n integers. Program should check if the input contains two any three digit number or not. Sample Input: 4 1, -14, 234, 45 Sample...


C++


Question4: Write a program to take input an integer n followed by n integers. Program should check<br>if the input contains two any three digit number or not.<br>Sample Input:<br>4<br>1, -14, 234, 45<br>Sample Output: Yes<br>Sample Input:<br>4<br>8,12,0,1<br>Sample Output: No<br>

Extracted text: Question4: Write a program to take input an integer n followed by n integers. Program should check if the input contains two any three digit number or not. Sample Input: 4 1, -14, 234, 45 Sample Output: Yes Sample Input: 4 8,12,0,1 Sample Output: No

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here