Answer:
import java.io.*;
public class Larger {
public static void main(String[] args) throws IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));// reading input from buffered reader
int a,max=-99999,i;
for(i=1;i<=5;i++)
{
a=Integer.parseInt(br.readLine());//converting string input string to int
if(a >max)
max=a;
}
System.out.println("Maximum value : "+max);
}
Explanation:
Answer:
The right answer is A
Explanation:
Plzzzzzzzzzzzzz give me brainiest
Building relationships during your career exploration is called networking. This is when you are forming relations with those around you so that opportunities may turn up.
Your answer is: Networking
Have an great day mate!
Explanation:
A centralized database (sometimes abbreviated CDB) is a database that is located, stored, and maintained in a single location.
Answer:
https://www.python.org/about/gettingstarted/
Explanation:
its a site i used