hi we have this homework which involves an input of a username and password. i figured i should use string because there are letters involved. i was playing around the commands to try and figure out how to work out my homework.my question is, how do i get this part to work, because my conditional statements doesnt seem to work. here's my program. it's supposed to print "2" when i input the correct username. but it doesnt seem to enter the if statement
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <string.h>
#define p printf
#define s scanf