Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
How can I print indexes number of a given number in the list?
python
0 Vote
13 Réponses
4th Jun 2020, 6:42 PM
Almasa Sense
Write a program that inputs the name of the user and prints it in the given format
python
2 Votes
19 Réponses
4th Nov 2022, 5:01 AM
Rama Krishna
Is there any function like reverse() in python to reverse a given string??
function
python
reverse()
3 Votes
13 Réponses
20th May 2021, 4:28 PM
Anikur Rahman
Which language should be given the most important¿
help
1 Vote
3 Réponses
11th Jan 2017, 2:50 PM
Shubham Manjhi
How Can We Know The Number Of Days Between Two Given Dates Using Php....???
php
16 Votes
2 Réponses
25th Jan 2019, 1:57 AM
Kshitija Raut
write a programe to check given number is divisible by 3,5,and7.(python)
python
1 Vote
8 Réponses
22nd Sep 2017, 3:43 AM
Manikanta Dangeti
Programming in general - What programming concepts have given you trouble?
code
concepts
problems
programming
13 Votes
2 Réponses
5th May 2017, 3:30 AM
Mark Paramonte
Pls explain line number 5 & 6 in the given code 🙏
assignment
c
value
2 Votes
5 Réponses
21st Jan 2019, 10:09 AM
[ ]
Output of given segment: String st = “PROGRAM”; System.out.println(st.indexOf(st.charAt(4)));
@javabeginner
0 Vote
4 Réponses
14th Feb 2020, 2:51 PM
Hasshya Krishnamoorthy
How to find factorial of a given number using python
factorial
1 Vote
5 Réponses
16th Nov 2022, 6:25 AM
yash maisuriya
A program to find any 11 num in a given array
code
python
-2 Votes
3 Réponses
10th Jun 2021, 10:42 AM
Sonam Bharti
Add all odd numbers in a given range?
c++
odd_numbers
range
sum
0 Vote
1 Réponse
17th Jan 2019, 12:30 AM
Daniel Cooper
How to print reverse of any given number using do.. while loop in php?
php
1 Vote
2 Réponses
23rd Nov 2017, 7:13 AM
Subhum Kumar
SQL Query: Find the topper among the three students from the given table.
interview
mysql
sql
students
tables
topper
2 Votes
15 Réponses
22nd Aug 2017, 10:27 AM
Lav Saini
How to print out perfact squares in given range in C++?
m
0 Vote
11 Réponses
4th Nov 2017, 4:07 PM
Maria Waheed
Java program that checks if the given integer is even or odd
array
even
odd
0 Vote
8 Réponses
16th Jun 2021, 3:21 AM
Brianna
Check the given string whether anagram or not
help
interview
urgent
0 Vote
2 Réponses
10th May 2017, 7:41 PM
Mohan
How to generate two distinct numbers whose sum is equal to given number
data-types
java
1 Vote
12 Réponses
6th Apr 2019, 6:32 AM
Pranshu Ranjan
Can someone please tell me what is the mistake in the code given in description , the output is also given
python3
1 Vote
2 Réponses
18th Jan 2021, 11:53 AM
Shlok Jathar
Given a list of numbers, output their sum using for loop.
[42,
0,
1,
124,
3,
555,
67,
7,
8,
8897,
99]sum=0for
i
in
s
x:
x=
0 Vote
6 Réponses
18th Jul 2022, 9:40 AM
Syed Anas
Python program to check whether a given no is Armstrong or not
python
10 Votes
3 Réponses
28th Oct 2018, 2:14 PM
Keerthy Sivadas
How can i arrange..my given input(for example a name.) into seperate alphabet..
arraylist
c++
character
6 Votes
10 Réponses
2nd Oct 2017, 11:08 AM
Omkar Tripathi
Program to check whether the given number is palindrome or not
c++
palindrome
1 Vote
4 Réponses
27th Oct 2016, 3:52 PM
Sankalp
How to make a password dictionary which has all the letter combinations with given length?
ethical
hacking
help
python
python3
question
1 Vote
16 Réponses
30th Dec 2019, 8:19 AM
Ville Nordström
program to return lists whose average is equal to given avgvalue of main list and those list are formed from a given main list
python3
0 Vote
5 Réponses
31st Aug 2020, 4:04 PM
Tuticorn
Check whether a given mathematical expression is valid.
c
c++
java
-3 Votes
1 Réponse
4th Aug 2018, 10:15 AM
Raja N
A program to reverse a given number easy steps
java
0 Vote
4 Réponses
6th Sep 2018, 1:44 PM
Arvind Kumar Singh
How to check given string in array or not?
java
0 Vote
3 Réponses
26th Feb 2019, 2:25 PM
Mohammad Umair
How to get each digit from the given number?
c++
3 Votes
3 Réponses
3rd Dec 2016, 9:43 AM
ankush
Write a recursive function to print all permutations of given digits(1,2,3,4,...,N)
digits
function
java
permutation
recursion
1 Vote
9 Réponses
13th Oct 2017, 5:27 AM
Shakil
what is output of given code void func(int x) { x+=6; } int main() { static int x; func(x); cout<<x; return 0; } // zero output explanation given below
c++
2 Votes
10 Réponses
14th Jun 2016, 11:05 AM
Dev!L
The code given below is a program to print hello world! Using methods. The question given below.
java
0 Vote
1 Réponse
14th Aug 2019, 12:19 PM
Dhanush Narayanan R
Print the given output using nested for loop without ```
c
loops
nestedfor
0 Vote
4 Réponses
16th Oct 2019, 7:08 PM
Alfred Monir
How to extract two characters from a given string at the same time?
java
-1 Vote
9 Réponses
29th Feb 2020, 2:50 PM
shubham kumar
Can I use lambda to evaluate x for user given functions??
python3
7 Votes
5 Réponses
8th Apr 2017, 8:03 AM
Prabhakar Dev
What is the TIME COMPLEXITY of the code given below -
algorithm
data
structure
2 Votes
4 Réponses
13th Oct 2019, 5:31 PM
Aadarsh Gupta
How I got answer as 7 in below given code
doubt
1 Vote
3 Réponses
10th Mar 2022, 1:25 AM
SILENCEOID
Wap to print words of given string in reverse?
interviewcodingquestion
1 Vote
3 Réponses
11th Jun 2018, 11:03 AM
D€√Anand Gutte
please explain the code given in the description ?
python
recursion
1 Vote
3 Réponses
3rd Dec 2018, 11:46 AM
Priyanshu Ghatiya
Python - TypeError: takes 2 positional arguments but 3 were given
classes
python
typeerror
1 Vote
5 Réponses
16th Aug 2020, 3:07 PM
Stephen
Write a method which will remove any given character from a String?
c
cprogramming
3 Votes
2 Réponses
23rd Jul 2019, 2:14 PM
Krishna _6431
How to find even digits out of a given number? eg:2475
java
1 Vote
6 Réponses
22nd Jun 2019, 7:42 AM
Marianna
What is output of given program? (Output with explanation)
macros
1 Vote
2 Réponses
27th Oct 2018, 9:27 AM
Shubham Gupta
Sum of first 10 prime numbers i given range using python
numbers
prime
python
2 Votes
3 Réponses
25th Mar 2018, 12:08 PM
Harry Singh
Given two integers a and b, your task is to calculate :- a+b a-b a*b a/b Input User Task: Since this will be a functional prob
java
0 Vote
39 Réponses
28th Jun 2020, 11:47 AM
Lucky Khobragade
How many array in given data in javascript
array
javascript
0 Vote
1 Réponse
26th Dec 2022, 1:05 PM
முகம்மது யஹ்யா
Number of subarray given a value less than k
arraylist
arrays
help
python
subarray
sum
0 Vote
2 Réponses
22nd Nov 2019, 5:37 AM
patos
Is there a way in python to PAUSE the code at any given time?
inputfunction
python
waitfunction
2 Votes
10 Réponses
13th Feb 2022, 3:37 PM
The Coder
Print character of odd position given a string using JavaScript?
javascript
0 Vote
4 Réponses
2nd Feb 2018, 2:51 AM
Hemang Parmar
How we can print the value of c in given problems
classes
oops
python3
1 Vote
6 Réponses
3rd Apr 2021, 5:46 PM
Runtime Terror
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
4
5
6
...
30
Suivant >
Aujourd'hui en vedette
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Recursion doubt
2 Votes