|
|
back to boardWhy 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 YES Re: Why wrong answer?:((((( Posted by Orbitus 19 Jul 2025 22:33 yes and no are in capital , please check output carefully |
|
|