Recent content by mahmoudakhalilo

  1. M

    Solved! nested switch case example in c programming (please help)

    Write a C code that ask the user to enter his ID, if the ID is valid it will ask the user to enter his password, if the password is correct the program will print the user name, if the password is incorrect the program will print Incorrect Password. In case of not existing ID, the program will...