Math, asked by prabhaasaks, 3 months ago

You work as an architect for a railway company which plans to construct a housing

society for its employees. To get the employees invested in this idea, we need to


i will make you brinliest

all the answer pls


design a prototype of a house (model house).

Let us draw the prototype of the original house on a graph sheet from point O.



i will make you brinliest

all the answer pls



pls click on download

Answers

Answered by AbhinavRocks10
12

Answer:

\sf{\green{\underline{\underline{\orange{Answer :-}}}}}

//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