@@ -91,7 +91,7 @@ the value in budget. If price is greater than budget then print the message ‘T
expensive’, otherwise print the message ‘Just right’.
*/
- if(price == budget){
+ //if(price == budget){
}
/**