Answer:
import java.util.Scanner;
public class num2 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter Name");
String name = in.next();
System.out.println("Enter Age");
int age = in.nextInt();
System.out.println("The age of "+name +" is "+age);
}
}
Explanation:
Java programming language is used to write the code.
The scanner class is used to prompt and receive values for name and age which are stored in the appropriate variables.
The key idea here is using string concatenation in the output statement in order to print the desired output
Answer: time of day, duration, due dates
Explanation: I am awsome
Answer:
B. Operational-level systems monitor the elementary activities and transactions of the organization.
The answer to this question is the Mainframe Computer.
Mainframe computers are used by large businesses, and government agencies
because this computer can store large data and information. Mainframe basically
known as a large cabinet because of its size and the frame stores the Central
processing unit of the computer.