#include <stdio.h> int main() { int n1 = 3, n2 = 4; if (n1 && n2 == 1) printf("Right\n"); else printf("Wrong\n"); }
Wrong
Previous Question Next Question
Your comments will be displayed only after manual approval.