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

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
  • Contact
  • Delivery Policy for Sikshapath
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Contact
  • Delivery Policy for Sikshapath
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
  • 279 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 on Facebook
        • 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 on Facebook
          • 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 on Facebook
            • 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 on Facebook
            • 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

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 138
    • Best Answers 65
    • Solution Revealed: NPTEL Programming in Java Week 1 Assignment 2023
    • NPTEL Joy of Computing Using Python Assignment Answers Week 1 2023
    • NPTEL Cloud Computing Assignment 1 Answers 2023
    • NPTEL An Introduction to Artificial Intelligence Week 1 Assignment Answers 2023
    • Ethical Hacking NPTEL Assignment 1 Answers 2023

    Popular Questions

    • I'M ADMIN

      Internshala ethical hacking final test answers: Question sequence differs but ...

      • 6 Answers
    • AK

      You have a green lottery ticket, with ints a, b, ...

      • 4 Answers
    • mj

      Solve by Gauss Elimination Method 5x+y+z+w=4 ,x+7y+z+w=12 , x+y+6z+w=-5, x+y+z+4w=-6

      • 3 Answers

    Explore

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

    Footer

    Helpful Links

    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy

    Follow

    © 2021-2022 Sikshapath. All Rights Reserved

    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.