Write a program to take input 10 integers and check whether those 10 integers contain at least one 3-digit number or not. Sample I/O: 1. Input 10 numbers: 1 19 456 -2 67 12 78 0 98 100 Output: "Yes"...


Do in C++


Write a program to take input 10 integers and check whether those 10 integers contain at least one 3-digit number or not.<br>Sample I/O:<br>1.<br>Input 10 numbers: 1 19 456 -2 67 12 78 0 98 100<br>Output:

Extracted text: Write a program to take input 10 integers and check whether those 10 integers contain at least one 3-digit number or not. Sample I/O: 1. Input 10 numbers: 1 19 456 -2 67 12 78 0 98 100 Output: "Yes" 2. Input 10 numbers: 1 19 45 -2 67 12 78 0 98 100 Output: "No"

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here