-
Notifications
You must be signed in to change notification settings - Fork 1
Update StatsActivity.java #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Dear friend, i have added a small contribution to your code where we have 2 motors that can be activated either to lower the water level if it reached a certain level or add water if the water level si too low.
|
👋 Also it's all in slovene, is this ok for you ? 😄 I should probably also change some things, since there are hardcoded endpoint in there etc. |
|
|
||
|
|
||
| } | ||
| class Motor{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whole section would need some formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes my friend i will make the necessary changes in the future days!
Also, i can try and make an english version of the code.
| } | ||
| class Motor{ | ||
|
|
||
| motor1(){System.out.println("emtying and filling motors");} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure this is working correctly in android app ?
Looks like a console application to me.
|
|
||
| motor1(){System.out.println("emtying and filling motors");} | ||
| Scanner reader = new Scanner(System.in); // Reading from System.in | ||
| motor1 b=new motor1(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is motor1 class ?
AnzeKovac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide additional feedback, this looks kind of strange
|
👋 Also it's all in slovene, is this ok for you ? 😄 I should probably also change some things, since there are hardcoded endpoint in there etc. |
Dear friend, i have added a small contribution to your code where we have 2 motors that can be activated either to lower the water level if it reached a certain level or add water if the water level si too low.