Computer Science, asked by misty3669, 8 days ago

WAP to input three integers using scanner and print the largest among them.

Answers

Answered by bhavnapanchal869
0

Answer:

Java Program to Find the Biggest of 3 Numbers

import java.util.Scanner;

public class Biggest_Number.

{

public static void main(String[] args)

{

int x, y, z;

Scanner s = new Scanner(System. in);

System. out. print("Enter the first number:");

please mark me as brainlist

Similar questions