Ice cream
static int Icecreams (int N, int D){
//Enter your code here
for(int i=1;i<=D;i++)
{
int s=N/2;
int r=N-s;
N=r*3;
}
return N;
}
Prove your coding skills.This is the best place to expand your knowledge and get prepared for your next interview.
Basic HTML Tables - Layout, HTML Tables, Attributes, Aside, Footer, Tr tag, Td tag, Th tag, Tbody < table > < thead > ...
No comments:
Post a Comment