Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View SH2282000's full-sized avatar
🎯
Focusing (at least trying to...)

Shannah SH2282000

🎯
Focusing (at least trying to...)
View GitHub Profile
@SH2282000
SH2282000 / Main.java
Created October 16, 2020 18:37
this is my first try in Java
package com.ShannaX;
import java.text.NumberFormat;
import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try (Scanner scanner = new Scanner(String.valueOf(args))) {