History, asked by SpellreacterRE9122, 1 year ago

Why is it said that the battle of khanwa was more significant than battle of paipat ?

Answers

Answered by priyanshu29485
1
because Babur has fought both the battle and won it also but battle of khanwa is more significant because it destroyed his army very much
Answered by AbhinavRocks10
2

Explanation:

\huge\boxed{\fcolorbox{RED}{WHITE}{KOI THANKS DEDO}}//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