Multiple Delays Simultaneously.

UKHeliBob,

BWD Principle?? whats that??
Any ways this is my code now.

int intread(){
  int i = Serial.read();
//  delay(10);
  Serial.flush();
//  int j =Serial.read();
//  delay(10);
//  Serial.flush();/
//  int m = i + j ;
  return i;
//  Serial.flush();
}