New Text Document
New Text Document
*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
class Hotel{
int roomno;
String roomType;
int capacity;
double ppn;
boolean isava;
}else{
System.out.println("No room found with given attributes");
}
}
}