Answer:
Explanation:
Click File > Options > Mail.
Under Compose messages, click Stationery and Fonts
On the Personal Stationery tab, under New mail messages, click Font.
If you want to change font styles for messages you reply to or forward, under Replying or forwarding messages, click Font
On the Font tab, under Font, click the font you want to use.
You can also select a font style and size.
If the font you choose isn't installed on the recipient's computer, the recipient's mail program substitutes an available font.
Answer:
while (Num>=0) {
System.out.println("enter a another number");
Num = in.nextInt();
}
Explanation:
The complete java code prompting a user to enter a number until a negative number is entered is given below:
import java.util.Scanner;
public class num6 {
public static void main (String [] args) {
Scanner in = new Scanner(System.in);
System.out.println("enter a number");
int Num = in.nextInt();
while (Num>=0) {
System.out.println("enter a another number");
Num = in.nextInt();
}
System.out.println("Done.");
return;
}
}
Nolur acil lütfen yalvarırım yalvarırım lütfen yalvarırım when should you integrate technology?
Answer:
IBM PC compatible computers are computers similar to the original IBM PC, XT, and AT that are able to use the same software and expansion cards. Such computers were referred to as PC clones, or IBM clones