Skip to content

Update SpeedLimiter.java#605

Open
TheYEA wants to merge 1 commit intosubhra74:masterfrom
TheYEA:patch-2
Open

Update SpeedLimiter.java#605
TheYEA wants to merge 1 commit intosubhra74:masterfrom
TheYEA:patch-2

Conversation

@TheYEA
Copy link

@TheYEA TheYEA commented Jul 14, 2021

I want to more speed limit

public class SpeedLimiter {
public static int getSpeedLimit() {
int[] limitInts = { 0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000 };
int[] limitInts = { 0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1500, 200, 2500, 3000, 3500, 4000 };

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe 200 should be 2000

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohh yeah.. that's right 😅

@TheYEA
Copy link
Author

TheYEA commented Sep 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants