Answer:
The complete program is:
import java.util.Scanner;
class Main
{
public static void main (String [] args) {
int numObjects;
Scanner scnr = new Scanner(System.in);
numObjects = scnr.nextInt(); // Program will be tested with values: 15, 40.
System.out.println(numObjects);
}
}
Explanation:
The program is as mentioned above, And we can check with inputs 15, and 40. And it was found that correct answer is obtained on running the program.
Answer:
helthcare systems, aviation, entertainment, retail, etc
Explanation:
ICT has made life easy, it has made an interconection accross the world. in the helthcare system, ICT has created a positive impact because now a days body check up is been made through computers.
in the aviation, we use computers to control the the traffic of airplanes.
Answer:
The "operating system" manages software and hardware on the computer. Uploads files, has great memory and processes management.
Answer:
Infrastructure-as-a-Service
Explanation:
IaaS provides networking components such as backup, security, scaling, data partitioning and other vital computing resources needed. All these services are provided online using high-levels APIs (Application Programming Interface).
IaaS providers make resources available to customers from the equipment installed in data centers.
Therefore, the service that deals with networks, servers, and storage is Infrastructure-as-a-Service (IaaS
Answer:
i am still a beginner in this but i hope it helps.
- add scanner object;
- declare string FavColour;
- print msg to ask user for input
- print msg (" your favourite colour is " + FavColour)