rage / java-programming

https://java-programming.mooc.fi
500 stars 210 forks source link

Typo in 5_11 Apartment.java #192

Open dmitrilc opened 4 years ago

dmitrilc commented 4 years ago

In the file Apartment.java at section 5_11, the instance variable princePerSquare should be written as pricePerSquare.

dh337071 commented 4 years ago

I just came here to report this. Are you able to do the 2nd part of this assignment? It tests okay for me but when I try to upload, it doesn't pass.

dmitrilc commented 4 years ago

I just came here to report this. Are you able to do the 2nd part of this assignment? It tests okay for me but when I try to upload, it doesn't pass.

It tested successfully for me on the cloud. I kept princePerSquare as is.