资讯

This project is about learning how to use the conditional (ternary) operator in C. The program checks two numbers and finds which one is greater. It’s a shorter way of writing if–else, and I tried ...