Tell me why output will be yes | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 4

Tell me why output will be yes

float a = 0.7; if(a<0.7) printf("yes"); else printf("no");

26th Aug 2017, 5:12 PM
Atul Agrawal
1 Antwort
+ 15
Did I just do this already?? ^_^; https://www.sololearn.com/Discuss/644113/
26th Aug 2017, 5:18 PM
Dev
Dev - avatar