My issue
solution to this
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
int height1 = 15;
int height2 = 13;
cout<<(height1<height2)<<endl;
cout<<(height1>height2);
}
Learning course: Learn Programming and Problem Solving using C++
Problem Link: https://www.codechef.com/learn/course/sit-cpp-fall/SITFALL13/problems/CPPFALL76