0
My Rating (how does this look?)
class MyClass { public static void main (String[ ] args) { int rating = 5; if (rating ==5 ) { System.out.println("I really love this app, it's great for learning some basic coding."); } else { System.out.println("It's still really good, though"); } } }
3 Respuestas
+ 1
Personally, I would change the positive review to print out on the condition the rating is greater than or equal to 5....
i.e. if (rating >= 5) ... but that's just me, I see no problems with the code itself.
0
I thought about that, but I still find some aspects of the < and > confusing. Thanks though.
0
Is just love dis app , I am spending more time in dis app, I loved it