var a=62;
var b=200;
var c=8;
var largestnumber = (a>b&&a>c?a:(b>a&&b>c?b:c));
alert(largestnumber);
For further actions, you may consider blocking this person and/or reporting abuse
var a=62;
var b=200;
var c=8;
var largestnumber = (a>b&&a>c?a:(b>a&&b>c?b:c));
alert(largestnumber);
For further actions, you may consider blocking this person and/or reporting abuse
Forem is hiring a Senior Platform Engineer
If you're interested in ops and site reliability and capable of dipping in to our Linux stack, we'd love your help shoring up our systems!
☀️ -
Nosh Ghazanfar -
Talha Munir 🇵🇸 -
ktmouk -
Once suspended, sandeepkamboj12 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, sandeepkamboj12 will be able to comment and publish posts again.
Once unpublished, all posts by sandeepkamboj12 will become hidden and only accessible to themselves.
If sandeepkamboj12 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Sandeep kamboj.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag sandeepkamboj12:
Unflagging sandeepkamboj12 will restore default visibility to their posts.
Top comments (0)