🤔 No result found

👉 Don't loose hope, Try out below methods

Ask on Telegram
  • 💡 Search Tips
  • ➡️ Type question from start
  • ➡️ Use unique words from question
  • ❌ Don't search full question
Telegram Group 🔥🔥🔥 Get answers in minutes
Questions answered : 48 /50
Guy
Guy
Guy
Guy
Guy
+ 4981 more
Verified Answer verified

Which of the following code snippets are the correct way to determine whether a is Odd or Even
int a;
String res;
if (a % 2 == 0)
res = "Even";
else
res = "Odd";
int a;
String res;
if (a Mod 2 == 0)
res = "Even";
else
res = "Odd";
int a;
Console.WriteLine(a Mod 2 == 0 ? "Even": "Odd");
int a;
String res;
a % 2 == 0 ? res = "Even" : res = "Odd";
Console.WriteLine(res);

🗓 Dec 8, 2021

Answer is "1 only"

Comments and Discussions

You don't need to login to post your comment

Comments:
30
Views:
60k
Likes:
120k
votes
Abigail 🌐 India
Please please explain this answer to me
Was this answer helpful?
votes
Andrea 🌐 India
I'm in exam, can any one give the solution for this question
Was this answer helpful?

Was your question answered?

Thanks for the feedback! ✅

Want to get famous? 📸

Answer question and get 🤩 high-lighted on our homepage.

Just Automated Logo

© 2017-2022 Foxoyo™
All rights reserved.

Facebook Connect with us