Skip to content

Instantly share code, notes, and snippets.

import java.util.*;
public class atm
{
public static void main(String arg[])
{
int pasward=1234;
double amount=5674.25;
Scanner sc = new Scanner(System.in);
System.out.println("\tWelcome To ABC Bank");
<!DOCKTYPE html>
<html>
<head>
<style>
*{margin:0;}
.al{margin:0 auto; width:960px; height:450px; align:center;}
.top{background-color:blue; width:960px; height:140px;}
.wl{float:left; color:white; margin-top:45px; margin-left:12px;}