Selfika na JF: Snap it. Show it

Selfika na JF: Snap it. Show it

main(){ } String name = 'Post M-alone'; String password = 'Depal2022'; String email = 'truthisfuckedupenough@outlook.com'; print('my name is $name, my password is $password and my email is $email, hack me!!!');

Nations FKA @_king , kwema kaka 🙂
 

Attachments

  • IMG_20220629_171032.jpg
    IMG_20220629_171032.jpg
    44.7 KB · Views: 5
main(){ } String name = 'Post M-alone'; String password = 'Depal2022'; String email = 'truthisfuckedupenough@outlook.com'; print('my name is $name, my password is $password and my email is $email, hack me!!!');

Nations FKA @_king , kwema kaka 🙂
,😄😄😄😄😄😄 nimefurahi sana..

{
System.out.println("Automated Teller Machine");

System.out.println("Choose 1 for Withdraw");

System.out.println("Choose 2 for Deposit");

System.out.println("Choose 3 for Check Balance");

System.out.println("Choose 4 for EXIT");

System.out.print("Choose the operation you want to perform:");

int choice = sc.nextInt();
switch(choice)
{
case 1:
System.out.print("Enter money to be withdrawn:");

//get the withdrawl money from Depal
withdraw = sc.nextInt();

//check whether the balance is greater than or equal to the withdrawal amount
if(balance >= withdraw)
{
balance = balance - withdraw;
System.out.println("Please collect your money");
}

Please collect your money Post M-alone 😄😄😄😄
 
,😄😄😄😄😄😄 nimefurahi sana..

{
System.out.println("Automated Teller Machine");

System.out.println("Choose 1 for Withdraw");

System.out.println("Choose 2 for Deposit");

System.out.println("Choose 3 for Check Balance");

System.out.println("Choose 4 for EXIT");

System.out.print("Choose the operation you want to perform:");

int choice = sc.nextInt();
switch(choice)
{
case 1:
System.out.print("Enter money to be withdrawn:");

//get the withdrawl money from Depal
withdraw = sc.nextInt();

//check whether the balance is greater than or equal to the withdrawal amount
if(balance >= withdraw)
{
balance = balance - withdraw;
System.out.println("Please collect your money");
}

Please collect your money Post M-alone 😄😄😄😄
Nimesoma functions, objects, lists au arrays, nimesoma classes na objects, nimesoma if...else statementd na zile loops for and while loops....

Halafu hizo // ni comments right? yani inaelezea hio script inafanya nini right?
 
Nimesoma functions, objects, lists au arrays, nimesoma classes na objects, nimesoma if...else statementd na zile loops for and while loops....

Halafu hizo // ni comments right? yani inaelezea hio script inafanya nini right?
ndio, zinasaidia mwingine kuelewa ulichofanya au unachofanya. Comments muhimu sana
 
Back
Top Bottom