Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@udacityandroid
Last active February 7, 2023 13:27
Show Gist options
  • Star 55 You must be signed in to star a gist
  • Fork 39 You must be signed in to fork a gist
  • Save udacityandroid/ad088cd4e920f2a2d778 to your computer and use it in GitHub Desktop.
Save udacityandroid/ad088cd4e920f2a2d778 to your computer and use it in GitHub Desktop.
Android Development for Beginners : Calculate the Price Method
/**
* Calculates the price of the order based on the current quantity.
*
* @return the price
*/
private int calculate price(int quantity {
int price = quantity * 5;
return price;
}
/**
* Calculates the price of the order based on the current quantity.
*
* @return the price
*/
private calculatePrice(int quantity)
int price = quantity * 5;
return price;
/**
* Calculates the price of the order based on the current quantity.
*
* @return the price
*/
private int calculatePrice(int quantity) {
int price = quantity * 5;
return price;
}
@alisaif2018
Copy link

Option c

@LimanNet
Copy link

C

@sagar98cyber
Copy link

Yea, as someone who likes to figure out the answer for myself, I prefer not seeing it in the very first comment. you're a dick @royalbrawler

I would like to give you 10$ to shoot him ?!

@Asadbek-IP
Copy link

C

@niranjanneeru
Copy link

C

@argupta1109
Copy link

C

@saibighneshprusty
Copy link

the answer is c but quantity is a global variable so we don't need to send the parameters while falling the method

@Ali-FF
Copy link

Ali-FF commented May 24, 2020

hello who is still doing this today is 24/05/2020 i'm learning the basics,
send me an email to izaneqwan@gmail.com if you want to continue with me

@amalm9479
Copy link

It's c

@Anas-jaf
Copy link

Anas-jaf commented Jun 1, 2020

c option

@javokhir0415
Copy link

cccccccc

@dalila07
Copy link

the answer is C

@Javohir27
Copy link

C correct

@SultonN
Copy link

SultonN commented Jul 14, 2020

c

@prateek-code-22
Copy link

Answer C

@princyy18
Copy link

C

@Akshat2634
Copy link

C

@pro-coder-fast
Copy link

option c is correct answer

@Alaaaldeen96
Copy link

C

@JamalAlsanabani
Copy link

It's C

@Sreekaran1704
Copy link

I think the option is C

@Naman7877
Copy link

Naman7877 commented Jul 22, 2021

c
because fulfill all requirements of a method in java

@jitendrakohar
Copy link

Dear sir , the option A and B are wrong answer and the option 3 are right answer

@Emranoo89
Copy link

C

Because Fulfill all requirements of a method in java

@VivekTarun
Copy link

c

@king-martinien
Copy link

C

@Harriskobia
Copy link

Option C is correct

@JuniiiSays
Copy link

Why you guys are answering here. Because of you the new students will not be able to practice there newly acquired code reading skills.

@sherifs121
Copy link

option cuiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii is correct

@sachinbhujbal
Copy link

Option C:

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