#include<stdio.h>
void main( )
{
    float x=3.14;
    if (x == 3.14)
    printf("Computers Science");
    else 
    printf("Information Technology");
}
Um... Can you help me why ?? Just answer why okay thanks I am not clear why it is happening i am a beginner and this is... Pls help
