Answer:
In Java
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int mnth, yr;
Scanner input = new Scanner(System.in);
System.out.print("Month: "); mnth = input.nextInt();
System.out.print("Year: "); yr = input.nextInt();
boolean lpYear = (yr % 4 == 0 && yr % 100 != 0) || (yr % 400 == 0);
if(mnth == 1 || mnth == 3 || mnth == 5 || mnth== 7 || mnth == 8 || mnth == 10 || mnth == 12){
System.out.print("31 days"); }
else if(mnth == 2){
System.out.print(((lpYear) ? "29 days" : "28 days")); }
else if(mnth == 9 || mnth == 6 || mnth == 4 || mnth== 11){
System.out.print("30 days"); }
else{ System.out.print("Invalid"); }
}
}
Explanation:
See attachment for complete program where comments were used as explanation.
Explanation:
If a device is putting data into the computer in the form of text, sound, images, button presses etc. then it is an input device, if the device is outputting things from the computer such as sound, movement, printing, images etc., then it is an output device. ... Therefore it is an input device.
We have that an air purifier manufacturer can apply edge computing technologies is inventory management.
<h3> A
ir purifier manufacturer and edge computing</h3>
Question Parameters:
Generally,Edge computing is computing and storing resources at the data production area.
Hence, An air purifier manufacturer can apply edge computing technologies is inventory management as it will aid incoming and outgoing inventory assessment on production grounds.
For more information on Technology
brainly.com/question/25274620
Answer:
UGC- User Generated Content
Explanation:
<em>It is a combination of making and user generated content a virtual shoe-tie for Go Pro. Go Pro has established a content marketing plataform able to grew into an extreme ecommerce success history. Instead of renting media company's audience, they use the brand-building services of millions of costumers.</em>
<em>The marketing team provide the tools and plataform to enable their costumers to share the videos and images they capture.</em>
Answer:
The second generation of home consoles occurred from (1976-1988) at this time the most popular and consoled regarded as best was the Atari 2600
Explanation:
answer from Cligon768 on this site