변수선언할때 예를들어


int width = 5, height = 4;

int width곱하기height = area; 


이러케 변수선언해도됨? 곱하기 기호라고 생각해주셈