Java 31
Java 31
Arshan
2300290110042 CSIT -
4A
1. WAP to insert 3 numbers from the keyboard and find a greater number among 3
numbers
Code:
import java.util.Scanner;
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
Output:
Enter first number: 12
Java Lab
Bhavesh Chauhan
2300290110064
CSIT - 4A
1. WAP to insert 3 numbers from the keyboard and find a greater number among 3
numbers
Code:
import java.util.Scanner;
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
Output:
Enter first number: 12