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.
Whole section would need some formatting
There was a problem hiding this comment.
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.
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(); |
AnzeKovac
left a comment
There was a problem hiding this comment.
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.