Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
How would my def need to be so that if I enter 'hello everyone' it returns '#HelloEveryone'?
def
python3
0 Stimmen
2 Antworten
28th Jul 2020, 6:35 PM
Ale
A function which receives a string and returns a value of ourselves different symbols, without register.
differentsymbols
functions
lambda,
0 Stimmen
2 Antworten
27th Dec 2019, 12:05 PM
Andrey Shintar
Is there a function that returns what is in a position given some coordinates?
css
frontend
html
javascript
web
webapp
0 Stimmen
1 Antwort
8th Aug 2020, 3:05 AM
Leo Arteaga
String s1 = new String ("Hi"); String s2 = new String("Hi"); Why s1 == s2 returns false ??
java
0 Stimmen
6 Antworten
14th Sep 2017, 9:34 AM
Divya Vishwakarma
Javascript webdriver IO cucumber returns no such alert when running npx run wdio wdio.conf command
javascript
webdriver
0 Stimmen
1 Antwort
10th Jun 2023, 2:16 PM
Charlie Crease-huggett
Integer b = Integer.valueOf("444",16); And int b = Integer.parseInt("444",16); Both returns 1092. Can anyone explain how?
int
java
parse
parseint
valueof
-1 Stimme
2 Antworten
7th May 2018, 6:50 PM
Syeda Zobia Kanwal
Program that receives two numbers in a function and returns the result of all arithmetic operations on these numbers
python
-1 Stimme
6 Antworten
8th Sep 2020, 9:48 AM
Vanitha Duraiarasu
To what does main function returns value if we use return data type for creating main function?
functions
0 Stimmen
4 Antworten
26th Jun 2018, 3:34 PM
Local host 24x7
Write a function to swap 2 values. The function takes exactly 2 arguments and returns nothing.
function-arguments
python
return
swap
1 Stimme
3 Antworten
10th Mar 2017, 12:42 AM
charumathi.n
Can anyone tell me the code in java about write a function which returns true for two arrays have same unique elements? Thanks!!
array
elements
false
function
help
java
return
true
0 Stimmen
9 Antworten
1st Apr 2020, 7:36 PM
SHALINI CHAUDHURI
write a user defined function that accepts the radius of the fountain as an argument and returns the area and circumference?
c++
cpp
0 Stimmen
8 Antworten
15th Dec 2019, 12:09 AM
malk Al-Maamari
Write a function that accepts a string of brackets and returns whether all open brackets have closed Remark: Please return <Bool
python
1 Stimme
4 Antworten
31st Dec 2021, 10:17 AM
Kriti Kumari
How can I make the program returns to menu after finishing calculating. ((Im using codeblocks on Windows.))
c
1 Stimme
1 Antwort
3rd Nov 2022, 9:59 AM
Jalal SA
Write a function isEmpty(arr) that returns true if the array is empty, and false if is not empty or is undefined.Need help...
javascript
6 Stimmen
1 Antwort
21st Jul 2020, 12:04 PM
Apongpoh Gilbert
If we use returnable data type for declaring main .... where does it returns the value?
c++
functions
0 Stimmen
2 Antworten
27th Apr 2018, 5:21 AM
Jason
I have a class. I made an object. Is it ok to have a class method that returns an class variable?
c#
class
method
object
2 Stimmen
4 Antworten
14th Apr 2020, 6:08 PM
🍇 Alex Tușinean 💜
How would I go to creating a function that takes a list of points(x,y), and returns the two closest points?
python
0 Stimmen
4 Antworten
6th Sep 2020, 4:34 AM
Zero-KohaiSenpai
Can anyone please explain what is function with array parameter and function that returns to array ?
c
1 Stimme
2 Antworten
14th Jun 2019, 10:38 AM
Uhinee Banerjee
How'd do you call elements in JavaScript here in sololearn??Everytime I use query selector it returns null
<button
0 Stimmen
2 Antworten
16th Jul 2023, 12:46 PM
Indiphile Menziwa
How do i modify the function so that it returns the variable result help?
ecma
0 Stimmen
1 Antwort
3rd Feb 2017, 6:43 AM
Alejandro
How do i declare a variable that only returns the absolute of any value it receives?
c++
0 Stimmen
3 Antworten
19th Jan 2017, 6:01 PM
Cody Arthur
I have question in Javascript, what is the function that returns the number of functions are used in the program?
node.js
0 Stimmen
5 Antworten
10th Jul 2021, 4:06 AM
Mona Alzaki Alsheikh Alwaseela
This code, modifies an array(argument) and returns that same array. Please explain unambiguously how the function does this.
function
javascript
javascriptfunction
reverse
reversearray
0 Stimmen
4 Antworten
14th Aug 2018, 9:12 AM
Odus Obafemi
Do you know when we return 0 or any value from main() function where does it actually returns to
rtrn0
4 Stimmen
3 Antworten
30th Apr 2017, 2:23 AM
Mohit Rawat
To write a function int max_of_four(int a, int b, int c, int d)which reads four arguments and returns the greatest of them
function-arguments
0 Stimmen
2 Antworten
13th Sep 2018, 4:02 PM
logesh
Guys, please help me fix the error in my simple code. It returns EOF Error. I don't know what it is!
beginner
eof
error
python
python3
1 Stimme
6 Antworten
23rd May 2020, 10:55 AM
Bunyod Abdusaidov
I need to create a function that takes two parameters and returns the sum of all numbers between the two parameters inclusive.
language
r
0 Stimmen
5 Antworten
19th Sep 2021, 8:19 AM
Yuzer Zef
Write a function that takes in a number representing the temperature in Celsius and returns the temperature in Fahrenheit. Write
begginers
0 Stimmen
5 Antworten
29th Sep 2021, 8:42 PM
ntombizodwa
In C++ is it correct to conclude when first statement in 'if' with OR operation returns true, the rest is disregarded?
c++
3 Stimmen
3 Antworten
12th Aug 2019, 4:40 AM
david chongo
You need to write a function that takes multiple words as its argument and returns a concatenated version of those words separat
aprogram
in
python
write
1 Stimme
4 Antworten
24th Dec 2020, 11:51 AM
Nallamala satish
Can anyone tell where I am going wrong with this password validator? It returns password invalid when it should be correct
c#
0 Stimmen
6 Antworten
15th Apr 2020, 9:14 AM
O B
function name ispositive which takes integer as an argument and returns true;if the argument is positive no are false otherwis
c++
0 Stimmen
4 Antworten
14th Nov 2020, 6:40 AM
Zeroboy
(Index of second largest element) Write a function that returns the index of the second largest element in an array of integers
arrays
c++
help
please
0 Stimmen
5 Antworten
18th Dec 2020, 2:24 PM
Decoder 👩💻
Write a python function find_smallest number() which accepts a number n and returns the smallest number having n divisors
python3
solutions
want
0 Stimmen
4 Antworten
21st Jan 2018, 5:31 PM
Mohit
Can somebody provide your reason for the below statement? 2==2.0 returns true. Why it is returning true?
if-statements
python3
0 Stimmen
1 Antwort
23rd Jul 2019, 12:47 PM
Magesh Santhamani
Implement a function circleLength that calculates and returns the length of the circle given its radius
javascript
node.js
0 Stimmen
1 Antwort
2nd Jun 2021, 9:26 PM
ohwo oghenekaro
A Java code which returns a string after reversing only the alphabets in a sentence which is passed as an argument the method.
code
java
1 Stimme
7 Antworten
29th Jul 2020, 12:38 AM
Prashant Pal
The console returns "Word not found" even if the Word is in the Text. What's wrong with my Code, please reply!
adhham
codeboy
0 Stimmen
4 Antworten
26th Feb 2021, 3:53 PM
ADHHAM CodeBoy
How can i write a programme that takes an integer and returns True if its even ,without using multiplication,modulo&disivion .
p
0 Stimmen
4 Antworten
15th Oct 2020, 7:37 AM
They Call Me Ebbs
C program that returns the next largest number that can be created from the same digits as the input.Example:58943 gives 59348
arrays
0 Stimmen
5 Antworten
21st Mar 2020, 4:14 PM
Vamsidhar Reddy
10. Write a JavaScript function which returns the n rows by n columns identity matrix.
10.
a
by
columns
function
identity
javascript
matrix.
n
returns
rows
the
which
write
-1 Stimme
1 Antwort
28th Dec 2016, 8:22 PM
Nashwan Aziz
10. Write a JavaScript function which returns the n rows by n columns identity matrix.
functions
javascript
-1 Stimme
2 Antworten
14th Dec 2016, 5:57 PM
Mohameddd Alanzy
As we know void doesn't returns any value to compiler. What is the meaning of 'return value to a compiler'? Why is it important?
c++
functions
1 Stimme
12 Antworten
1st Dec 2016, 7:11 PM
Black Temple
Is there a way,to see the expanded temporary code file that a preprocessor returns to the compiler?
c++
preprocessor
2 Stimmen
1 Antwort
12th Mar 2017, 7:54 AM
Gaurav
What's value of pie evaluated upto 20 decimal places using float ?Does this returns actual pie's value upto 20 decimal places?
math
2 Stimmen
2 Antworten
21st Jan 2019, 4:34 PM
Ashwini Kumar Singh
Entered string returns letters from A to L, as lower-case, and letters from M to Z as upper-case.
python
python3
1 Stimme
1 Antwort
12th Nov 2018, 3:19 PM
Earl
Write a function calculateAge() in javascript that takes your birthday in the format dd,mm,yyyy and returns your age. Sample f
javascr
0 Stimmen
3 Antworten
19th Sep 2019, 9:27 AM
ankit prasad
A challenge: Make a function that can take a double and an int as its arguments,and returns the biggest number.
c++
1 Stimme
4 Antworten
5th Sep 2016, 11:22 AM
Asrk
Method that takes a Boolean array and returns true if the longest run of true values is greater than consecutive false values.
arrays
for
java
loops
methods
nested
return
while
2 Stimmen
6 Antworten
28th Nov 2017, 8:41 PM
Danat Gorth
Can someone write a Python program which returns the longer of the shortest way between two points(for ex. fixed A and B) if there is a way exists between points and if there s no way between those 2 points the function returns -1
python
2 Stimmen
4 Antworten
21st May 2017, 10:21 PM
Ali
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
4
5
6
7
Weiter >
Heute heiß
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
Help me please
0 Votes