-
Joined
Sep 15, 2025
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.Scanner; | |
public class sham { | |
static Scanner s = new Scanner(System.in); | |
//variables and values | |
static final String accountN = "Shamira Dibad"; | |
static double balance = 525.75, pass = 123456, Pin, conpin; | |
static int attempts = 3, Cattempts = 3; | |
static boolean confirmp = false, out = false; | |
//methods |