Test.java Source code

Java tutorial

Introduction

Here is the source code for Test.java

Source

public class Test {
    public static void main(String[] args) {
        long debitCard = 1234_5678_9876_5432L;
        System.out.println("The card number is: " + debitCard);
    }
}