My issue
have some doubt
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
char name = 'D';
cout<<(char<=name);
}
Learning course: Learn Programming and Problem Solving using C++
Problem Link: https://www.codechef.com/learn/course/sit-cpp-fall/SITFALL14/problems/CPPFALL84