3 Answers
New Answer(bool exp) ? (do something) : (do something) (bool exp) if true if false example int biggestnum = (x < y) ? x : y ; here x and y are two int values inputted from user
Learn Playing. Play Learning
SoloLearn Inc.
Send us a message