Answer:
import java.util.Scanner;
class Main{
public static void main(String[] args){
double temp;
Scanner scan = new Scanner (System.in);
System.out.println("Enter the temperature, please: ");
temp= scan.nextDouble();
if (temp>=98.6){
System.out.println("Fever.");
}else{
System.out.println("No Fever.");
}
Explaniation:
it's plagiarism, just don't take other people's work and pass it as your own. smh lol
Sequencing
Explanation:
computer science? maybe im not sure?