WAP to input three integers using scanner and print the largest among them.
Answers
Answered by
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
Social Sciences,
4 days ago
Math,
4 days ago
Math,
4 days ago
Math,
8 months ago
Biology,
8 months ago