This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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;} |