Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
i need help with this task using c++
c++
code
function
program
string
-3 Votes
3 Réponses
3rd Jun 2021, 5:57 PM
Dado Salkovic
what is it necessary to do a small program for encryption and decrypt in c ++? I know the encryption function and decrypt
c++
decrypt
encryption
program
0 Vote
2 Réponses
17th May 2018, 9:27 AM
Bogdan Văduva
Python Numpy function to resize a 1D array to 2D array with fixed no.of columns and no restrictions to no.of rows
array
numpy
python
0 Vote
1 Réponse
9th Sep 2020, 1:52 PM
Soumya C S
In if statement 7>0 thn print function displays 3 within same statement 7==7 y not thr is no display of 4
if-statements
python
1 Vote
2 Réponses
6th Mar 2018, 12:07 AM
Bh G
Functions
c++
file
filehandle
function
remove
replace
1 Vote
1 Réponse
24th Jan 2020, 6:08 PM
Zohal
Write a function that takes coordinates of three points namely x1,y1,x2,y2,x3,y3 and to print whether the formed triangle is a).Equilateral b).scalen c.)Right angle Triangle.
c++
2 Votes
2 Réponses
1st Oct 2016, 4:00 AM
SAMBHAV KUMAR THAKUR
Can i change that double character function in the solo-IDE wich adds a corresponding end character after the characters: ('"{[<
"('[<
\
>]')"
0 Vote
1 Réponse
11th Jun 2019, 6:03 AM
Rayyan Nafees
#named function def polynomial(x): return x**2 + 5*x + 4 print(polynomial(-4)) #lambda print((lambda x: x**2 + 5*x + 4) (-4
lambdas
python
1 Vote
1 Réponse
9th May 2017, 4:54 AM
AJITH KUMAR
Does anyone know how these functions work?
c++
capitalletter
change
cplusplus
cpp
function
functions
lowercaseletter
4 Votes
2 Réponses
25th Dec 2019, 10:33 AM
Ali Pishro
Is arguments and parameters same in a function in c ++? If they are, then how? And if they are not, then how?
c++
functions
0 Vote
2 Réponses
25th Jul 2019, 3:11 AM
Merlyn J
How to Write a function "partition" that takes a parameter "list" and a parameter "size" and returns a list of sub-list, whe
java
0 Vote
2 Réponses
3rd Nov 2019, 12:44 PM
Emmanuel Foka
I created a list named 'num'. But when I am trying to call some function it's not showing the pop up window.
python3
0 Vote
2 Réponses
30th Oct 2018, 3:28 PM
Swarup Sen
program creation?
codeplayground
function
python
system
0 Vote
1 Réponse
9th Apr 2018, 1:42 PM
Cole Kleinow
return type as (void *) but returning interger value.
c
function
pointers
void
0 Vote
2 Réponses
11th May 2017, 2:22 PM
Pranjal Upadhyay
Number of Operations in an Algorithm
algorithm
c++
function
operations
0 Vote
2 Réponses
28th May 2017, 6:02 PM
Joseph P French
What if, in java programming language, we said "function" instead of "method"? Any thoughts?
function
java
javaapi
method
0 Vote
2 Réponses
13th Dec 2016, 5:18 AM
Rivensky H. Allonce
How to find the hcf of 2 no.s in c++??
function
loop
operators
without
0 Vote
2 Réponses
31st Aug 2017, 4:23 PM
Vidhu Verma
Can anyone give me programs using the concept of passing object to function using pass by value and pass by refernce?
c++
0 Vote
2 Réponses
16th Apr 2018, 11:51 AM
Jatin khajuria
Debug this function so that it deletes all occurrences of y in array x (whose length is n)
cpp
-1 Vote
1 Réponse
15th Mar 2021, 3:25 AM
Jayasudha selvan
This is the question I m having problem in "write a function sumprimes(l) that takes as input a list of integers and returns the sum of all the prime numbers in l".
python
-1 Vote
4 Réponses
3rd Aug 2016, 6:15 PM
Vipul Jain
Does anyone know how to connect a library to work with matrices in C#?
c#
function
inverse
library
matrix
toolkit
windowsforms
3 Votes
4 Réponses
4th Dec 2017, 10:56 PM
Oleksandr Rubtsov
main() be overloaded in java....java and cpp both are obeject oriented...why programmer does not overloaded main function in c++
c++
java
0 Vote
2 Réponses
12th Oct 2017, 5:24 AM
Ashish Patel
Guys help am given a question on creating a function called rangeSum and adds all the numbers from x to y so l used a for loop
r
0 Vote
3 Réponses
17th Jul 2022, 9:03 AM
Thandolwenkosi
[SOLVED] How to set default values of variables in function?
default
function
in
js
of
using
values
variables
2 Votes
3 Réponses
6th Jul 2020, 10:55 AM
Woolbex
What are lambda functions used for in Python?
average
challenge
code
codecoach
function
lambda
length
map
python
words
2 Votes
5 Réponses
20th May 2020, 11:54 PM
CNNMN01
How to set JSX content in a string (React)
dom
element
function
html
javascript
js
props
react
string
variable
2 Votes
5 Réponses
27th Jun 2020, 11:38 AM
Clueless Coder
Write a function called longest which will take a string of space separated words and will return the longest one.
a
called
function
longest
of
string
take
which
will
write
0 Vote
1 Réponse
10th Jun 2018, 4:28 PM
Abiodun Mathew
How I can plot mathematical functions in Android with Python3?
draw
function
matplotlib
pil
plot
1 Vote
2 Réponses
25th Apr 2017, 12:25 AM
Alejandro Alvarez
How to make a function that takes a sorted list of integers and returns index of a given number by using binary search?
python3
0 Vote
2 Réponses
11th Aug 2019, 8:24 AM
Beki Mehari
Can cout/cin be considered a function?
c
c++
cin
cout
function
method
parenthesis
printf
scanf
4 Votes
4 Réponses
31st Mar 2021, 5:56 AM
Eduardo Santana
Pls why is the audio in this code taking time to play even after I used onload function it still stops at some part
css
html
javascript
0 Vote
2 Réponses
23rd Jul 2022, 11:52 AM
Coder X
Write a function in C++ to add 8 in all odd values and 6 in all even values of the array a....
arrays
c++
functions
1 Vote
2 Réponses
21st Mar 2018, 3:45 PM
Aditya Mishra
what is the python code to create a list of even numbers b/w 100 and 200 using range function and dispaly it using while and for loop
python
range
-1 Vote
5 Réponses
7th Nov 2016, 3:40 PM
Anju kv
I need some help about arm assembly
arm
asm
assembly
function
help
register
0 Vote
2 Réponses
3rd Mar 2022, 7:45 AM
Domonkos Gyömörey
Call functions c++ (recursion and CIN input)
c++
call
cin
function
input
recursion
0 Vote
3 Réponses
23rd Mar 2019, 9:30 AM
coding-space.ru
Float and double problem in overlaoding
c++
double
floats
function
int
overloading
0 Vote
3 Réponses
2nd Apr 2020, 4:33 PM
Sajal Chuttani
I used a function to find the max between 2 numbers, what should i add to find max among 3 numbers????
c++
help!
1 Vote
2 Réponses
31st Jul 2017, 7:54 PM
RiGeL
Create a function disp3char which takes a string as a parameter and displays all the 3 letter words of the sentence.
functions
looping
string,
1 Vote
2 Réponses
26th Jan 2018, 1:31 PM
Harsh
Hot to get correct output using virtual?
c++
function
oop
virtual
0 Vote
1 Réponse
18th May 2018, 1:51 AM
freedom
Can you expalin this output?
c++
coding
css
error
explain
function
html
java
output
python
3 Votes
3 Réponses
8th Sep 2018, 6:39 AM
Maninder $ingh
Why this c code is not working properly?
c
c#
c++
function
garbage
help
input
java
3 Votes
2 Réponses
8th Oct 2019, 12:00 PM
Maninder $ingh
Why this program gives error. It doesn't gives error if we remove the definition of fun() function in derived class B. Why it be
c++
classes
inheritance
oop
oops
0 Vote
2 Réponses
13th Jun 2021, 6:00 AM
Rahul Kumar
Is it wrong to use the eval function to compute values in a calculator JavaScript project. If it's wrong, what other can be used
javascript
0 Vote
2 Réponses
11th Jul 2022, 4:42 PM
Kehinde
Does the print function would be written as >>>print or it is wrong if we write it as >>>Print. What's the reason of it
python
0 Vote
2 Réponses
7th Jun 2020, 6:06 AM
Saumya Pratap Singh
Does anyone know what is wrong with the line: print(areas.index[2]) where I'm trying to use the built in function to print the s
.index
index
lists
python
0 Vote
2 Réponses
19th Dec 2019, 9:07 PM
Esteban Rueda
top is not global variable so why peek is able to use it even without passing that .plz reply
c
data
datastructure
ds
function
1 Vote
1 Réponse
15th Dec 2020, 7:42 PM
Dershil Jadav
I have a book which says: "decimal.Decimal( ) function takes an integer or string argument but NOT float"
python
0 Vote
1 Réponse
13th Jul 2016, 10:17 AM
Adarsh Namdev
Can any create a c program to check a function is one to one and onto or both
and
functions
one
onto
to
0 Vote
1 Réponse
9th Oct 2018, 12:57 PM
PIYUSH AGRAWAL
What is the value of f(255) for the function below?def f(x): d=0 while x >= 1: (x,d) = (x/4,d+1) return(d)
python
0 Vote
1 Réponse
2nd Feb 2019, 5:32 PM
Avijit Pal
Define class having data members as stud_id ,name ,age , percentage with member function get() and display ()
code
functions
java
-4 Votes
1 Réponse
6th Apr 2022, 9:22 AM
Vikram Kamble
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
115
116
117
...
124
Suivant >
Aujourd'hui en vedette
How to properly reverse a string in python
5 Votes
Using Python on VScode
2 Votes
Python Developer
0 Votes
hi my coding instor told me to make a calculator that find the average of two numbers can you pls tell me my erro
0 Votes
Hi guys I need some one to teach the String name how I can do it true because when I finish coding they give me NO OUTPUT
1 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
Guys who tell me
0 Votes
Hearts
0 Votes
Project subjection
0 Votes