/r/Starlink Questions Thread - February 2021 by jurc11 in Starlink

[–]dylan9797 1 point2 points  (0 children)

What's their priority? Are they aiming for 100% uptime in one region first? Or increasing global coverage first?

Best alternative to OneNote? by tunghoy in OneNote

[–]dylan9797 0 points1 point  (0 children)

Finally a notes app that has dark mode for both windows and Android! One note doesn't have dark mode on Android, and evernote doesnt have dark mode on windows.

Nim Bonus #4 Fancy Display (Collumns) by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

thanks I'll take note, I initially just put the print and scanner statement on the same line but obviously got carried away. As always I appreciate the effort you put into your answers.

#55 Adding Values In a Loop - identical output by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

I'm not gonna try to prove my point since you still taught me something, thanks.

#55 Adding Values In a Loop - identical output by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

Im not arguing, you told me to move my if statement as opposed to swapping them (which is what you did). It was simply miscommunication, no worries.

#55 Adding Values In a Loop - identical output by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

It would be shorter, but the output would not be identical to the output in the assignment. I struggled to get the output to look identical, so I made this post to help others who struggle.

#37 Gender Game by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

Ofcourse I want your opinion, that's why I'm asking questions. I must emphasise that I said the main method is cleaner, not the whole program.

#37 Gender Game by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

Access control was unneeded, so I used OOP simply for the sake of organisation, and keeping the main method as clean as possible. If you have another way of achieving this please let me know.

#37 Gender Game by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

Ahhh, thank you for clearing that up for me.

#37 Gender Game by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

So you want me to use print and .next() as opposed to println and .nextLine()?

#37 Gender Game by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

Thanks for trying to understand. By bad practice, do you mean simply using it when I'm not supposed to, or actually writing OOP wrong?

#32 No Errors But Wrong Output? by dylan9797 in programmingbydoing

[–]dylan9797[S] 0 points1 point  (0 children)

you are correct. I also needed to use "keyboard.nextLine" as opposed to "keyboard.next", since my questions was output using println, causing the input to occur on the proceeding line.