Category: Programming Related

Ask or post questions on anything which comes under programming,if you come across any programming bugs or for logic building also you can post your queries here.for example c,c++,java.

Discy Latest Questions

  • 0

Can anyone answer this question? I got it as a home work question. A little explanation would be great too.

Can anyone answer this question? I got it as a home work question. A little explanation would be great too.

Read less
  • 0

right now I am pursuing my +2, I want to become a software engineer. How long does it take to become a software engineer? What would be the duration period to become a ...Read more

right now I am pursuing my +2, I want to become a software engineer. How long does it take to become a software engineer?

What would be the duration period to become a software engineer?

Read less
  • 0

best laptop for programming in india under 50000? I am a student and I am doing programming. I am learning courses like Java and python. So I want a laptop to do ...Read more

best laptop for programming in india under 50000? I am a student and I am doing programming. I am learning courses like Java and python.

So I want a laptop to do my programming so which is the best laptop to buy for programming under the cost of rupees 50000/-.

Read less
  • 0

There is a python assignment for me. I need a python program for Addition of two numbers which Reads user input. I mean we should take the two numbers from the user ...Read more

There is a python assignment for me. I need a python program for Addition of two numbers which Reads user input.

I mean we should take the two numbers from the user input and then the addition should come as the output.

How to do python programming for Addition of two numbers in Python using user input.

Read less
  • 0

I heard that software engineers really getting paid high. Do software engineers get paid well? If so how good are the software engineer salary?

I heard that software engineers really getting paid high. Do software engineers get paid well? If so how good are the software engineer salary?

Read less
  • 0

I got a assignment to print complex numbers in python. First of all what complex numbers? And how to do programming in python to print complex numbers with example program and ...Read more

I got a assignment to print complex numbers in python. First of all what complex numbers? And how to do programming in python to print complex numbers with example program and output too.

I am very basic learner in python. so would you please consider my request to explain this complex number problems in detail for me. Thanks in advance 😀😀😀.

Read less
  • 0

I want to write a C program if the user to input something which a given condition. For example I want to write the user  put a real number. Until user ...Read more

I want to write a C program if the user to input something which a given condition. For example I want to write the user  put a real number. Until user inputs real number C program should ask for the input again and again.

Read less
  • 0

I got stuck in this problem. when the user enters the input number that is “N”. So I need to print the integers from N to 1. How to solve this ...Read more

I got stuck in this problem. when the user enters the input number that is “N”. So I need to print the integers from N to 1. How to solve this problem in python? Explain in detail?

For suppose,

Test case:

input:    5

output:  5 4 3 2 1

 

Read less