Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Home/Questions/Q 7176
Next
Answered
AK
  • 1
AK
Asked: November 19, 20212021-11-19T23:49:01+05:30 2021-11-19T23:49:01+05:30In: Other

You have a green lottery ticket, with ints a, b, and c on it. If the numbers are all different …

  • 1

You have a green lottery ticket, with ints a, b, and c on it. If the numbers are all different from each other, the result is 0. If all of the numbers are the same, the result is 20. If two of the numbers are the same, the result is 10.

greenTicket(1, 2, 3) → 0

greenTicket(2, 2, 2) → 20

greenTicket(1, 1, 2) → 10

  • 4 4 Answers
  • 370 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    4 Answers

    • Voted
    • Oldest
    • Recent
    1. Professor
      2021-11-19T23:51:58+05:30Added an answer on November 19, 2021 at 11:51 pm
      This answer was edited.
      public class Main{




      public static int greenTicket(int a, int b, int c)

      {

      if(a == b)

      {

      if(b == c)

      return 20;

      return 10;

      }

      if(a == c || b == c)

      return 10;

      return 0;

      }

      public static void main (String[] args) {

      System.out.println(greenTicket(2,2,2));

      }

      }
      • 1
      • Reply
      • Share
        Share
        • Share on WhatsApp
        • Share onFacebook
        • Share on Twitter
        • Share on LinkedIn
      • Best Answer
        AK
        2021-11-19T23:55:42+05:30Replied to answer on November 19, 2021 at 11:55 pm

        Post the output

        the code should be in java

        • 0
        • Reply
        • Share
          Share
          • Share on WhatsApp
          • Share onFacebook
          • Share on Twitter
          • Share on LinkedIn
        • Professor
          2021-11-20T00:12:40+05:30Replied to answer on November 20, 2021 at 12:12 am

          run the code by your own on compiler java change greenTickect(2,2,2) with your questions input to get proper output

          • 1
          • Reply
          • Share
            Share
            • Share on WhatsApp
            • Share onFacebook
            • Share on Twitter
            • Share on LinkedIn
        • Professor
          2021-11-20T00:13:04+05:30Replied to answer on November 20, 2021 at 12:13 am

          i have updated the whole code now run by your own

          • 0
          • Reply
          • Share
            Share
            • Share on WhatsApp
            • Share onFacebook
            • Share on Twitter
            • Share on LinkedIn

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 127
    • Best Answers 66
    • LINEAR PROGRAMMING AND OPTIMIZATION TECHNIQUES NOTES
    • What is the Difference Between Section, Article and Aside in HTML5?
    • NPTEL Cloud Computing Assignment 3 Answers 2023
    • NPTEL Ethical Hacking Assignment 3 Answers 2023
    • NPTEL Problem Solving Through Programming In C Week 1 & 2 Assignment Answers 2023

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    Sikshapath Logo

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-23 Sikshapath. All Rights Reserved

    Ads Blocker Image Powered by Code Help Pro

    Ads Blocker Detected!!!

    We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

    Refresh

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.