Skip to content

Instantly share code, notes, and snippets.

@udacityandroid
Created May 25, 2015 21:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save udacityandroid/6dfcdd2d7bc9b9656e73 to your computer and use it in GitHub Desktop.
Save udacityandroid/6dfcdd2d7bc9b9656e73 to your computer and use it in GitHub Desktop.
Android Development for Beginners : Practice Set 2 Shopping List 1 Example
int raspberryPrice = 5;
display1("1 box: $" + raspberryPrice);
display2("2 boxes: $" + (raspberryPrice * 2));
display3("3 boxes: $" + (raspberryPrice * 3));
@burobot2016
Copy link

it woooooooooooooooork masha allah
thaaaaaaaaanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment