hi all
i am doing a programing and got stuck on two condition. here is the code that I have done so far. it is as far as i reach.
for(int i=1; i<=3; i++){
System.out.println("please enter the employee id number");
emp_idnum = input.nextInt();
System.out.println("please enter the employee first name");
empfirst_name = input.next();
System.out.println("please enter the employee last name");
emplast_name = input.next();
public class inputChar()am now getting an error is when i put the semi-colon at the end of the statemnt
if(inputChar.Equals.('F') || inputChar.Equal('f')){- got a red line that tells me to create a field called public class and when i did
can u tell me what I am missing here.thanks in advance