Skip to content

Instantly share code, notes, and snippets.

View PranavBhattarai's full-sized avatar
🎯
Focusing

Pranav PranavBhattarai

🎯
Focusing
View GitHub Profile
@PranavBhattarai
PranavBhattarai / BigSmall.java
Last active June 13, 2019 13:49
Print big and small number
package Day2;
import java.util.Scanner;
public class BigSmall {
int num1;
int num2;
int num3;
public void readNumber() {
Scanner sc = new Scanner(System.in);