Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 39796

whats wrong with this code ? for "Life,the Universe and Everything" Question

$
0
0

include <stdio.h>

int main(void) { int n ; while((n!=42)&&(n<100)){ scanf("\n%d",&n); printf("%d",n); } return 0; }


Viewing all articles
Browse latest Browse all 39796

Trending Articles