|  | 
|  | 
| back to board | Why wrong answer?:(((((  #include <iostream>
 
 using namespace std;
 
 int main()
 {
 int a;
 cin>>a;
 if (a>=7)
 cout<<"Yes";
 if (a<7)
 cout<<"No";
 return 0;
 }
Re: Why wrong answer?:((((( Compare Yes and YESRe: Why wrong answer?:((((( Posted by Orbitus  19 Jul 2025 22:33yes and no are in capital , please check output carefully | 
 | 
|