#B2040. Two-Digit Number Check
Two-Digit Number Check
Two-Digit Number Check
Given a positive integer, determine if it is a two-digit number, i.e., if it satisfies the inequality \(10 \leq n \leq 99\).
inputFormat
The input consists of a single positive integer.
outputFormat
Output Yes
if the number is a two-digit number, otherwise output No
.
sample
10
Yes