Sample Question Paper Needed.....
Chapter: After Blenheim
Book: Treasure Trove
Class 9th
ICSE
NO SPAM OR ELSE REPORTED
CORRECT ANSWER WILL BE MARKED AS BRAINLIEST
Answers
Answered by
1
Answer:
NCERT WEB PAGE
Answered by
0
#include <stdio.h> int main() { int x; x = 10; if(x > 10) x -= 10; else if(x >= 0) x += 00; else if(x) x += 10; else x -= 10; printf("%d\n",x); return 0; }
Similar questions