Karan said to Nikhil, " Let's sing together. "
Answers
Answered by
0
Answer:
Karan said to Nikhil Let's sing together.
Explanation:
Pls Mark As Brainliest Mate!
I answered ur previous qn... Thank u marking As Brainliest
Nazeeha06:
thanks mate
Answered by
2
Explanation:
KARAN SAID TO NIKHIL "LETS SING TOGETHER". //to calculate the selling price
class price
{
void method(int mp)
{
int d=0;
double sp=0;
if(mp>=1 &&mp<=2000)
d=0;
else if(mp>=2001 && mp<=5000)
d=4;
else if(mp>=5001 && mp<=7500)
d=8;
else
d=10;
sp=mp-(mp*d)/100.0;
System.out.println("MARKED PRICE "+mp);
System.out.println("SELLING PRICE "+sp);
}
}
Similar questions