Are they allowed to? No
Could they? Possibly
Hotel? Trivago
for a word document in an email, you open email and click on the paperclip, then go into your files and find the word document (save it first) then click on that and write the email and send it.
public class JavaApplication65 {
public static void main(String[] args) {
for (int i = 1; i <= 50; i++){
if (i % 2 == 0){
System.out.println(i);
}
}
}
}
I hope this helps!